show/hide this revision's text 2 deleted 54 characters in body

Hi,

I am trying to find the crc that works with the following results. The byte string consists of 4 bytes (ie. CE1E) and the crc is an single byte (ie. 03)

(BYTE STRING) (CRC)

byte crc
CE1E 03
CE20 45
CE22 6F
0000 C0
0001 D4
FFFF 95

Can anyone help?

show/hide this revision's text 1

tricky crc algorithm

Hi,

I am trying to find the crc that works with the following results. The byte string consists of 4 bytes (ie. CE1E) and the crc is an single byte (ie. 03)

(BYTE STRING) (CRC)

CE1E 03

CE20 45

CE22 6F

0000 C0

0001 D4

FFFF 95

Can anyone help?