Skip to content

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

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
MikiyaKobayashi opened this issue Sep 30, 2024 · 0 comments
Closed
Labels
applies-to-v1.0.0 bug Something isn't working

Comments

@MikiyaKobayashi
Copy link
Collaborator

■ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
applies-to-v1.0.0 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant