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
It appears that the uart rx is not working?
For example if you use:
while (Serial.available()){
}
there are never any bytes found available... Has anyone else had problems when trying to receive uart data/characters?
The tx works fine as I can see data on the serial monitor.