I had many difficult to find the crc16 X.25 algorithm: polynomial x16 + x12 + x5 + 1 (reverse order), so I want to share the C source code
to anyone had needed to implement that algorithm in own project.
CRC16 (X.25) C source code CRC16-X25.zip (1.06 KB)