Hi, How do you know if a checksum is right?
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
– 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.