RS41_Decoding icon indicating copy to clipboard operation
RS41_Decoding copied to clipboard

Bit errors in example frame

Open malyska opened this issue 5 years ago • 0 comments

The example frame field 7D - GPSRAW has two bit errors, which lead to a checksum error if CRC is applied. Byte 0x0DA should be 0x46 and byte 0x100 should be 0xde. Both errors originate in a single bit error. With those changes applied to the field, the correct checksum 0xbd9e will be calculated.

malyska avatar Jan 17 '21 10:01 malyska