Something works and the other does not.
With ANY encoding, I have problems transmitting (or receiving) certain unusual characters For example, in the VERY LOW range of values n the range of 0x08 to 0x0f, the values we "decode" are the following
SENT RECEIVED (decoded)
0x08 0x08
0x09 0x09
0x0a 0x0a
0x0b 0x0a
0x0c 0x0c
0c0d 0x0a
0x0e 0x0e
0x0f 0x0f
That gets extremely confusing if we are trying to make sense out of a received message from a robot or other "intelligent" device....
Does anyone have an idea of where it gets sticky?