Could I have some help calculating a checksum for receive data from a Video server?
The data is in Hex and the values and here is an example:
20 24 49 4C 30 31 37 38 37 39 CS
CS=Checksum
the cheksum is the 2's complement of the sum of the values.
If anyone have an algoritm or knows how to do it, please help me, thanks
The data is in Hex and the values and here is an example:
20 24 49 4C 30 31 37 38 37 39 CS
CS=Checksum
the cheksum is the 2's complement of the sum of the values.
If anyone have an algoritm or knows how to do it, please help me, thanks