Hi I am staring out and have cracked sending multiple bits of information from Python to my Arduino. I now would like to send information from my Arduino to python I have looked at may examples but they all send to show only one line of information being sent.
his is what i am stuck with.The Arduino is sending a start number 255 then an ID then the information it looks like this on the terminal window.
255 start chr
1 ch ID
99 Value
I want to split these back into there individual arrays in python.
thanks for any tips.
" start chr"? Are there two newlines between values? Or do you receive255199?