Would anyone know how to calculate the correct CRC16 checksum for sending to a M30624 microcontroller?
I tried a number of CRC16 examples but get different answers.
I have a hardware device that works OK and produces the correct checksum EG. Data:- @CLP produces a hex checksum of E642
but I cant seem to find any routine that reproduces it. I want to drive it from my computer instead of the hardware device.
The controller docs says it uses ISO2111 checksum but I haven't seen anything in VB that does this.
Any help will be appreciated
I tried a number of CRC16 examples but get different answers.
I have a hardware device that works OK and produces the correct checksum EG. Data:- @CLP produces a hex checksum of E642
but I cant seem to find any routine that reproduces it. I want to drive it from my computer instead of the hardware device.
The controller docs says it uses ISO2111 checksum but I haven't seen anything in VB that does this.
Any help will be appreciated