raman00084
Full Member level 6
I am using dspic33ep512mu810. pic ccs c complier.
I am new to CRC kindly guide me how to calculate 16bit crc
for example the Modbus RTU data is
01 05 00 02 FF 00
and CRC for the above is 2D FA
CASE 1: 01 05 00 02 FF 00 how to get 2D FA (generate crc)
CASE 2: how to check 2D FA is correct for 01 05 00 02 FF 00 ( check crc)
I am new to CRC kindly guide me how to calculate 16bit crc
for example the Modbus RTU data is
01 05 00 02 FF 00
and CRC for the above is 2D FA
CASE 1: 01 05 00 02 FF 00 how to get 2D FA (generate crc)
CASE 2: how to check 2D FA is correct for 01 05 00 02 FF 00 ( check crc)