var crc16 = require('node-redis-crc16').crc16; // with string and encoding var ret = crc16('0d0103588990501766460026', 'hex'); console.log(ret.toString(16)); // e7a5 ...
const buffer = Buffer.from([ 0x01, 0x03, 0x04, 0x11, 0xF4, 0x20, 0xCF ]); console.log('crc16 -- ', crc16(buffer)); console.log('crc16table -- ', crc16table(buffer ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する