Command Terminators
screenscribe
Posts: 33
I'm working on a module for a TOA Amp/Mixer and the RS232 protocol documentation doesn't specify any sort of command terminator. I was curious to hear how often, in these situations, you guys eventualy find that a CR or CR-LF is actually expected but not specified.
If anyone is curious, I'll attach the protocol doc that I'm using.
Cheers,
Matthew
If anyone is curious, I'll attach the protocol doc that I'm using.
Cheers,
Matthew
0
Comments
In the case of your document, the structure of the commands requires no terminator because the data length is specified as part of the command. It's not unusual for such protocols not to have a terminator.
I would agree, but I would say the precentage is alot larger... 99.9999999%
The protocol that is described in your manual does not have a termination byte, they use the length byte to determine when the packet is complete. Normally CR or CRLF are used in ascii type of protocols more then hex. This one is a hex protocol.
Cheers up high!
Matthew