node-crc16-js
v1.0.0
Published
calculate the 16-bit CRC of data with predetermined length
Downloads
6
Readme
const crc16 = require('./crc16');
var check = crc16(new Uint8Array([
0x11, 0x01, 0x03, 0x53, 0x54, 0x90, 0x90, 0x00, 0x43, 0x17, 0x70, 0x03, 0x32, 0x01, 0x00, 0x3b,
]));
console.log(check.toString(16)); // crc16 in HEX