I have researched a bit through this forum and others about checksums. From what I gather, a checksum is a summation of bytes using the xor function, and is used as a 'check' so to speak to verify that data is valid. The below lines of code are in hex format and each have a checksum I believe to be at the end of each line. I have calculated the checksum for each line using the windows calculator xor button but can't seem to get the same value.
:1000000000000000000000000000000000000000F0
:1000100000000000000000000000000000000000E0
:100020008FABC264449AFE701DE762FAB14C310690
:10003000E400526576333832005CF49C167E270566
What am I missing ?
:1000000000000000000000000000000000000000F0
:1000100000000000000000000000000000000000E0
:100020008FABC264449AFE701DE762FAB14C310690
:10003000E400526576333832005CF49C167E270566
What am I missing ?