In reality, the correct result (checksum) is B3.
0001 0110 (16)
0000 0000 (00)
0100 1001 (49)
1010 1011 (ab)
0100 0111 (47)
---------
1011 0011
You must XOR all of the values: 16 00 49 ab 47 (yes, ab is a value that needs to be included).
Good luck.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Thread: Bitwise HexThreaded View
|
Click Here to Expand Forum to Full Width |