10-25-2012 05:36 PM
Hello All,
How do I calculate the 8 bit modulo 256 checksum? See the example from the manual.
Example:
To send the Set Temperature of 100.0 Deg. to controller.
Fixed Decimal Set Temp is multiplied by 10 to prepare to send.
Convert 1000d to hex which is 03e8
Send: (stx)001c000003e8b4(etx)
So..in the example the checksum is b4.
Thanks in advance.
Gary
Solved! Go to Solution.
10-25-2012 06:42 PM
10-25-2012 07:16 PM
10-25-2012 07:24 PM
Darin,
Excellent! I had initially tried that but it didn't seem to work.
Thanks!
Gary