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