We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
Anyone tried getting check8 to write the checksum into the bin file?
The command prompt reports the correct crc but the wrong value is written into the file??
Example 1
Bin file is: 0x00 0x20 0x30 0x40 check8 file /s0x1 /p0x0
returns the correct value of 0x90 but writes 0x70 to the first location....
Bin file is: 0x00 0xA0 0xB0 0xC0 check8 file /s0x1 /p0x0
returns the correct value of 0x10 but writes 0xF0 to the first location....
WTF!?
Your right!
Thanks for explaining it.