#include #include #include "crc.h" void printmsg(const unsigned char *data,int len) { int i; unsigned short crc = CRC16(data,len); for (i=0; i