node-crc16-js

1.0.0 • Public • Published
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

/node-crc16-js/

    Package Sidebar

    Install

    npm i node-crc16-js

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • donvercety