would it not be easier to
if Payload[10] -( Payload[8] + Payload[9]) > 0 then goto badckecksum
or conversely
Payload[10] =Payload[8] + Payload[9] to create chksum
would it not be easier to
if Payload[10] -( Payload[8] + Payload[9]) > 0 then goto badckecksum
or conversely
Payload[10] =Payload[8] + Payload[9] to create chksum
Last edited by richard; - 6th March 2015 at 19:34. Reason: not sure if creating or checking chksum
Bookmarks