Digi ConnectPort X4 IA Quick Start Manual page 23

Hide thumbs Also See for ConnectPort X4 IA:
Table of Contents

Advertisement

}
/* ****************************************************************************
/* Return CRC accumulator
/* ****************************************************************************/
unsigned short int crc16Acc(void)
{
unsigned short int tmp= acc, retval;
crc16Add(0);
crc16Add(0);
// add two zeros to get a valid crc
retval= acc;
acc= tmp;
//restore acc
return retval;
}
- 17 -

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ConnectPort X4 IA and is the answer not in the manual?

Table of Contents