Skip to content

donvercety/node-crc16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

calculate the 16-bit CRC of data with predetermined length.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published