- SoftwareSerial works ok on two GPIO pins(for example D1+D6)
HardwareSerial works ok on GPIO13+GPIO15(D7+D8), after being remapped by calling Serial.swap();
SoftwareSerial started on Tx+Rx works, but with lots of garbage
Default HardwareSerial on Tx+Rx works, but with the same amount of garbage.
The GPS sends data each second. While data is received, the LED stays on.
- Here is how the LED behaves during SoftwareSerial on GPIO pins, or HardwareSerial on D7 and D8.
Here is how the LED behaves during SoftwareSerial or HardwareSerial on Tx/Rx.
What could cause this issue ? What's wrong with the Tx/Rx pins ?