Skip to content

Typos on if (Serial) reference page #6502

Closed
@per1234

Description

@per1234

https://www.arduino.cc/en/Serial/IfSerial
Change:

On 32u4 based boards (Leonardo, Yùn, ecc) , if (Serial) indicates wether or not the USB CDC serial connection is open.

to:

On 32u4 based boards (Leonardo, Yùn, ecc) , if (Serial) indicates whether or not the USB CDC serial connection is open.


Change:

For all other instances, including if (Serial1) on the Leonardo, this will always returns true.

to:

For all other instances, including if (Serial1) on the Leonardo, this will always return true.


Change:

boolean : returns true if the specified serial port is available.

to:

boolean: Returns true if the specified serial port is available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions