Hi,
I'm new to serial communications. I have a device that uses the serial port to receive commands. I would like to test the device using a PC and a terminal program. The command format looks like this:
0100232<1><2><CHK>
where <1> is a 3 digit parameter, <2> is another 3 digit parameter, and CHK is the checksum
After establishing the proper comm parameters between the PC serial port and device (say, 19200,n,8,1), what would I actually send from the terminal program?
Sorry about the basic question, but most of the resources I've looked at so far don't really delve into this question.
I'm new to serial communications. I have a device that uses the serial port to receive commands. I would like to test the device using a PC and a terminal program. The command format looks like this:
0100232<1><2><CHK>
where <1> is a 3 digit parameter, <2> is another 3 digit parameter, and CHK is the checksum
After establishing the proper comm parameters between the PC serial port and device (say, 19200,n,8,1), what would I actually send from the terminal program?
Sorry about the basic question, but most of the resources I've looked at so far don't really delve into this question.