You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
33(P122), 34(P121), A0(P147), A1(P27)
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.2.4.0
The text was updated successfully, but these errors were encountered:
■ Corresponding version
v.2.1.0 to v.2.3.0
■ API function affected by defect
■ 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)
33(P122), 34(P121), A0(P147), A1(P27)
■ Workaround
None
■ Permanent measures
Scheduled to be fixed in v.2.4.0
The text was updated successfully, but these errors were encountered: