Checksum Analyzer
Tool for calculating and verifying checksums from the Rinho Telematics protocol.
Rinho Telematics Protocol
The Checksum is defined as a 2-character hexadecimal value that allows verification of command integrity.
Calculation
It is calculated by performing XOR (exclusive OR) from the > character (0x3E) to the * (0x2A) inclusive.
The checksum appears at the end of each device response, after the asterisk *.
Example
>RID123456789;ID=865413053386354;*5A<In this example, 5A is the calculated checksum.
Calculator
See Also
- Position Messages - Report format
- Event Engine - Command configuration
Last updated