Home Articles Code Programs Photos
Created: 2009-04-08 ~ Updated: 2009-04-08

Code : CRC-16

CRC-16 for C

This is an C module from ages ago for calculating a 16 bit CRC. As far as I can recall it is compatible with the ancient X-Modem file transfer protocol... but I wouldn't want to bet my life, my wife and my wallet on it. I used it for years as a checksum for a modem communications protocol and it worked really well in that context.

Get The Source

Download CRC16.c