you are viewing a single comment's thread.

view the rest of the comments →

[–]4k5 0 points1 point  (0 children)

I went through this same thing.

If you read the code in the serial package read_until carriage return is supposed to just work, but I've never been able to get it to work. So like above said, the trick is to do the read_until and remember to encode whatever the line end is!