Do you recognize this error checking?

H

Thread Starter

Harvard

The packet is:

f0 58 02 00 4c 29 59 64

Where 0xf0 is a header byte indicating this packet is destined for the Host, 0x58 is an opcode, 0x20 0x00 means two data bytes to follow and the two data bytes are 0x4c 0x29. The error checking field bytes are 0x59 0x64. Do you recognize the error checking method used here?
 
Yes it is a 0x64, here are a few more from the same com link.
f0 01 00 02 00 01 01 7e 9a
f0 15 00 00 00 97 aa
f0 16 00 00 00 9b ab
I am not including any Host to Slave messages because they are too long, it is a communication link between an RTU and its LCD display.
 
Top