-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Uart RX not working? #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hmm... it was working fine last I checked... will look into it |
should be working fine now |
Thank You! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: