I try to find how calculate checksum form hdlc frame. I try with example: 7E A0 0A 00 02 00 23 21 93 [18 71] - checksum 7E I tried this calculator: https://www.scadacore.com/tools/programming-calculators/online-checksum-calculator/
I put there this part of frame: A0 0A 00 02 00 23 21 93 but result didn't match...
I need your advice, guys...
Without hitting the books, I recall that 7E is not the checksum, just the Tag - first byte in an hdlc message. Do you have the whole message you can share?