Apart from the CAN setup in the other Topic, I am also looking to setup an RS232 input channel.
I am wondering what Device I should choose in the C125 Software RS232 Comms Setup, and how the data format should be.
ASCII CR/LF looks like a possibility, but how should the data be formatted?
Here's what I would like to receive in the dash for example, two 16 bit values sent in ASCII.
A1A2B1B2<CR><LF>
in hex this would be
41 31 41 32 42 31 42 32 0D 0A
and I would like the dash to pull out the A1A2 and display as 41378, and the B1B2 and display as 45490 for example
Any information on this device setting in the C125 software would be appreciated.