11.3.1.2
Calculating the CRC
The polynomial for the 16-bit CRC is:
16
12
5
CRC-CCITT: 0x1021 = x
+ x
+ x
+ 1
Initial value: 0000
Final XOR Value: 0
For a code example, see:
http://sanity-free.org/133/crc_16_ccitt_in_csharp.html
CRC example:
Data = "123456789"
Result => 0x31C3
44
VS-88HN - Protocol 3000
Need help?
Do you have a question about the VS-88HN and is the answer not in the manual?