Skip to content

Some pins cannot be used as transmit pins in SoftwareSerial. #1

@MikiyaKobayashi

Description

@MikiyaKobayashi

■ Corresponding version
v.1.0.0

■ API function affected by defect

  • SoftwareSerial()
    • SoftwareSerial() is a constructor function for creating an instance of the SoftwareSerial class.
    • The first argument is the pin to receive, the second argument is the pin to transmit.

■ Contents and Occurrence conditions
When a specific pin is specified as the second argument of SoftwareSerial(), print(), println() and write() do not output data.

Pin numbers are shown below. (Port number in parentheses)
101(P84), 102(P83), A0(P115), A1(P116), A2(P117), A3(P147), A4(P100), A5(P156), A6(P155),
A7(P154), A8(P153), A9(P152), A10(P151), A11(P150), A12(P27), A13(P26), A14(P25), A15(P24)

■ Workaround
None

■ Permanent measures
Scheduled to be fixed in v.1.1.0

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