This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Concerto uCRC module for Modbus

Hi, as I can understand Concerto`s uCRC module can perform checksum calculation for this polynomials:

CRC8 Polynomial = 0x07
CRC16 Polynomial-1 = 0x8005
CRC16 Polynomial-2 = 0x1021
CRC32 Polynomial = 0x04C11DB7


How can I use this module to calculate checksum for Modbus protocol ?