Computer Science, asked by vaishavirajkumar123, 2 months ago

Find the bits of Checksum

Answers

Answered by taranpreetkaur60
0
  1. Add all bytes of the packet, except the start delimiter 0x7E and the length (the second and third bytes).
  2. Keep only the lowest 8 bits from the result.
  3. Subtract this quantity from 0xFF.
Similar questions