Hello everyone,
I’m currently working on a project where I want to communicate between my Arduino Pro Micro 3.3V/ 8MHz (https://www.sparkfun.com/products/12587) and a GPS breakout board (https://www.sparkfun.com/products/15005). As I want to communicate via UART, I wanted to use the library SoftwareSerial. Now, it turns out that only the pins 8 and 9 on the Arduino work for this library, all other pins it doesn’t work anymore. Why is that so? Are the pins 8 and 9 the only ones that support change interrupts?
Thanks in advance for your help.