dksingh12
Newbie level 5
I have problem in checksum calculation and hoping for help!
I have a hex string with 12 byte in this first byte tells starting point of the data, then 7 bytes are data, byte 9 tell channel countiniously sending data or start/stop, byte 10 tell chanel no. ie. A or B and byte no. 11 & 12 are the checksum values. I'm unable to calculate it. some of the data are as follows
7a:30:30:30:30:36:33:34:31:41:1f:36:
7a:30:30:30:30:36:33:33:33:41:67:1f:
7a:30:30:30:30:36:32:39:33:41:1f:1f:
7a:30:30:30:30:36:32:38:33:41:1f:1f:
7a:30:30:30:30:36:33:30:33:41:3e:1f:
7a:30:30:30:30:36:33:32:33:41:50:1f:
7a:30:30:30:30:36:33:32:33:41:50:1f:
7a:30:30:30:30:36:33:34:33:41:1f:54:
7a:30:30:30:30:36:33:30:33:41:3e:1f:
7a:30:30:30:30:36:33:33:33:41:67:1f:
I have a hex string with 12 byte in this first byte tells starting point of the data, then 7 bytes are data, byte 9 tell channel countiniously sending data or start/stop, byte 10 tell chanel no. ie. A or B and byte no. 11 & 12 are the checksum values. I'm unable to calculate it. some of the data are as follows
7a:30:30:30:30:36:33:34:31:41:1f:36:
7a:30:30:30:30:36:33:33:33:41:67:1f:
7a:30:30:30:30:36:32:39:33:41:1f:1f:
7a:30:30:30:30:36:32:38:33:41:1f:1f:
7a:30:30:30:30:36:33:30:33:41:3e:1f:
7a:30:30:30:30:36:33:32:33:41:50:1f:
7a:30:30:30:30:36:33:32:33:41:50:1f:
7a:30:30:30:30:36:33:34:33:41:1f:54:
7a:30:30:30:30:36:33:30:33:41:3e:1f:
7a:30:30:30:30:36:33:33:33:41:67:1f: