Skip to content

A working software serial (SoftwareSerial or PostNeoSWSerial) example? #302

Closed Answered by wollewald
dmikushin asked this question in Q&A
Discussion options

You must be logged in to vote

I guess you want to use pins 9 and 10 as SoftwareSerial pins. Then you need to use these numbers:

SoftwareSerial swSerial(9, 10);

PB1 and PB2 are pins 9 and 10, but if you use PB1 and PB2 in your code, it just means 1 and 2.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by dmikushin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dbuezas
Comment options

@dmikushin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants