AshleyE
Newbie level 3
Hey Everyone!
I'm new on the forums here, but have been lurking in the background for a while searching for answers to my problem. I have what seems to be a string of HEX data that has a counter and a checksum built in. The system is a simple controller area network with several modules. I would like to decode the checksum data so I can output similar data on another network without errors. Any help would be greatly appreciated
I'm new on the forums here, but have been lurking in the background for a while searching for answers to my problem. I have what seems to be a string of HEX data that has a counter and a checksum built in. The system is a simple controller area network with several modules. I would like to decode the checksum data so I can output similar data on another network without errors. Any help would be greatly appreciated
Code:
0x03 0xF1 0xC8 0xFF 0xDF 0xFF 0x00 0x75
0x04 0x03 0xC9 0x09 0xDF 0xFF 0x10 0xBB
0x04 0x03 0xC9 0x09 0xDF 0xFF 0x20 0xF1
0x04 0x07 0xC9 0x0D 0xDF 0xFF 0x30 0x77
0x04 0x07 0xC8 0xFB 0xDF 0xFF 0x40 0xE3
0x03 0xFE 0xC8 0xFD 0xDF 0xFF 0x50 0x49
0x04 0x0A 0xC9 0x01 0xDF 0xFF 0x60 0x32
0x04 0x03 0xC8 0xF6 0xDF 0xFF 0x70 0xE3
0x04 0x0A 0xC8 0xF1 0xDF 0xFF 0x80 0x24
0x03 0xFD 0xC8 0xF1 0xDF 0xFF 0x90 0x64
0x04 0x01 0xC8 0xF7 0xDF 0xFF 0xA0 0x0A
0x04 0x01 0xC9 0x00 0xDF 0xFF 0xB0 0x97
0x03 0xFB 0xC8 0xFC 0xDF 0xFF 0xC0 0x7C
0x04 0x05 0xC8 0xF6 0xDF 0xFF 0xD0 0xCB
0x03 0xF8 0xC8 0xFB 0xDF 0xFF 0xE0 0xC5
0x03 0xF9 0xC8 0xF8 0xDF 0xFF 0xF0 0xF4
0x03 0xF9 0xC8 0xF8 0xDF 0xFF 0x00 0x8B
0x03 0xFB 0xC9 0x0A 0xDF 0xFF 0x10 0x49
0x03 0xFB 0xC9 0x09 0xDF 0xFF 0x20 0xB9
Last edited by a moderator: