Good morning people.
I have an example string:
var string= >ACK;ID=1206;#01D4;
I need to calculate CheckSum 8 Xor so that it returns 2 digits in hex:
Answer: 2B
Can you help me?
Good morning people.
I have an example string:
var string= >ACK;ID=1206;#01D4;
I need to calculate CheckSum 8 Xor so that it returns 2 digits in hex:
Answer: 2B
Can you help me?