ljean / modbus-tk

Create Modbus app easily with Python
Other
566 stars 212 forks source link

Use table based CRC implementation #96

Closed desowin closed 6 years ago

desowin commented 6 years ago

Table based CRC implementations are faster than polynomial division. Use polynomial division implementation as reference in unit tests.