kwoodrow,
This may be slightly off base, but you said to find the checksum amount, you convert the values to decimal, add them up and then reconvert to Hex...additionally one could simply add the values in hex:
83 83
45 45
01 19 ( example code only )
-------
C9 D1
The converting and reconverting would probably be the parts that trip me up.
