44512354235212361263271581246123. Which is, of course, useless. So now I am faced with a larger series of questions that need answering.
1. What data format is the Arduino sending out when I use the Serial.write(X); command.
2. What data format is the Python program assuming the data coming in is?
3. Assuming the data types are both ASCII, then doesn't that limit the size of the data to 1 byte? Or 255 in decimal form?
I spent yesterday fiddiling with it, setting the arduino to write decimal numbers, or bytes, and was not getting the expected results. I suppose I need to buckle down and just start working out a data packet system.
So, that is where I am right now. No code updates or examples.. just a bit of theory discussion.
No comments:
Post a Comment