Wat houdt "modulo 128 sum of all data bytes" in?
Ik heb wat gezocht en vermoed dat dit het is:
Calculating the checksum follows a simple formula which is easily learned and applied. Following this formula will gaurantee correct checksums:
1. Convert the hex values to decimal.
2. Add the values together, but if the answer to any sum exceeds 127 then subtract 128.
3. Subtract the final answer from 128.
4. Convert the resulting value back to hex and use as the checksum.
Klopt dit?
Ik heb wat gezocht en vermoed dat dit het is:
Calculating the checksum follows a simple formula which is easily learned and applied. Following this formula will gaurantee correct checksums:
1. Convert the hex values to decimal.
2. Add the values together, but if the answer to any sum exceeds 127 then subtract 128.
3. Subtract the final answer from 128.
4. Convert the resulting value back to hex and use as the checksum.
Klopt dit?

