Replies: 2 comments 5 replies
-
I think I found a possibile solution. If the SWD and the SWC is disabled before initializing Software serial, then it may could work.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
by the way, does this two pin use standard jtag protocol? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For my application it would be nice to use the SWD (E2) pin as a softwareserial pin.
I can use the SWD pin as analog input (A7) and as digital pin (23 or E2), and as Softwareserial TX, but I cannot use it for softwareserial RX.
Is this a known limitation for softwareserial RX?
I saw in the notes in the softwareserial example sketch that e.g. on a Leonardo and Mega not all pins support pinchange interrupt and therefore cannot be used as RX pin.
Hans
Beta Was this translation helpful? Give feedback.
All reactions