Python Forum

Full Version: How can I add an end line character after every value that I receive?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(Mar-06-2022, 10:26 AM)Larz60+ Wrote: [ -> ]Not sure it's required, but probably should use serial.close() after you break from loop, or just prior to break.
Thank you for the suggestion.
(Mar-06-2022, 03:57 PM)Jeff_t Wrote: [ -> ]I have an example you can try thats based upon your original code and the fact you said the mcu appended a newline.
Thank you At Jeff_t, I will try this Smile
Pages: 1 2