CRC-CCITT 16-bit Python Manual Calculation

前端 未结 7 1192
情深已故
情深已故 2021-02-06 10:48

Problem

I am writing code for an embedded device. A lot of solutions out there for CRC-CCITT 16-bit calculations require libraries.

Given that u

7条回答
  •  南笙
    南笙 (楼主)
    2021-02-06 11:25

    If anyone interested in CRC-16-CITT using python, there is now a built-in python package (binascii) that takes care of this: binascii.b2a_hqx(data, value).

提交回复
热议问题