| ??? 02/18/03 10:28 Read: times |
#39330 - RE: Easy but reliable serial communication Responding to: ???'s previous message |
Michael,
If you generate a CRC of the 30 bytes, and send it as the last byte (byte 31), the receiver of the data can the re-calculate the CRC using the data and compare that against the original CRC, if they are the same, the data was ok. a simple CRC will do like the one mentioned in the tutorial about intel hex format. Chris. |



