Find the Algorithm that generates the checksum
- by knivmannen
I have a sensing device that transmits a 6-byte message along with an 1-byte counter and supposely a checksum.
The data looks something like this:
------DATA----------- -Counter- --Checksum?--
55 FF 00 00 EC FF ---- 60---------- 1F
The last four bits in the counter are always set 0, i.e those bits are probably not used. The last byte is assumed…