Hello, I am trying to send values that range from 0 to 1000 over the serial port. I realize that I can only send up to 255 in 1 byte. So my question is how do I go about splitting this up?
I have the arduino side setup to take 2 serial.read's and then take the LSB, shift it over and add the MSB.
Is that a solution for sending them as well? Would I have to subtract instead?