Computer Science, asked by vashishtvp7, 4 months ago

What is the formula to find the checksum

Answers

Answered by ramananda32279
0

To calculate the checksum of an API frame:

Add all bytes of the packet, except the start delimiter 0x7E and the length (the second and third bytes).

Keep only the lowest 8 bits from the result.

Subtract this quantity from 0xFF.

Answered by nishanikumari23
0

Answer:

To calculate the checksum of an API frame: Add all bytes of the packet, except the start delimiter 0x7E and the length (the second and third bytes). Keep only the lowest 8 bits from the result. Subtract this quantity from 0xFF

Explanation:

please mark me as brainlist

Similar questions