Instruction Manual

VTS reserves the right to implement changes without prior notice.
www.vtsgroup.com Page 16 of 16 ver. 2.0 (11.2021)
{
nTemp = *nData++ ^ wCRCWord;
wCRCWord >>= 8;
wCRCWord ^= wCRCTable[nTemp];
}
return wCRCWord;
}