Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SuguruHarada64 opened this issue Aug 8, 2024 · 0 comments
Closed

Comments

@SuguruHarada64
Copy link
Collaborator

SuguruHarada64 commented Aug 8, 2024

■ Corresponding version
v.1.3.0 to v.2.3.2

■ 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)
31(P17), 32(P16), 33(P15), 34(P14), 35(P13), 36(P12), 37(P11),
38(P10), 39(P146), 40(P147), 42(P130), 43(P01), 44(P00), 45(P141),
46(P140), A0(P22), A1(P23), A2(P24), A3(P25), A4(P26), A5(P26)

■ Workaround
None

■ Permanent measures
Scheduled to be fixed in v.2.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants