Serial.read() getting random characters from exact same input

I would recommend using the techniques of the Serial Input Basics tutorial.

You will be sending the data in this format with start/end markers
"<1,148,128>"
and reading and parsing with the techniques of the tutorial.

1 Like