UART not working on this sketch, what am i doing wrong? #1016
Unanswered
PROletarian1991
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i was trying to adapt a code i use on an arduino mega 2560 to recieve and parse serial data from an XBee, however it seems that the following code isn´t working:
I managed to make it work some times after uncommenting and then commenting again the
line from the code.
The application i´m using it for sends a string with <data1,data2,....,data15> format.
For this i used the following code as a baseline Serial Input Basics - updated
I´m using the Earle Philhower core if it matters, and would appreciate any help, thanks!
Beta Was this translation helpful? Give feedback.
All reactions