GK600 User Manual
Appendix Communication Protocol
- 269 -
{
Uint16 crcValue = 0xffff;
Uint16 i;
while (len--)
{
crcValue ^= *data++;
for (i = 0; i <= 7; i++)
{
if (crcValue & 0x0001)
{
crcValue = (crcValue >> 1) ^ 0xa001;
}
else
{
crcValue = crcValue >> 1;
}
}
}
return (crcValue);
}
A-TS Technology Corporation Limited
Address:
No.3 Qunhui Road, Xin'an Street, Bao'an District, Shenzhen, China 518101
Tel: +86-755-86396685 (5*8)
+86-27-83520855 (7*24)
Cell&
Whatsapp: +86-17786417742
Email: [email protected]
Web: www.auto-things.com