Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
465 stars 174 forks source link

Wrong CRC calculation in RTU serial mode #217

Closed wenchangshou2 closed 5 years ago

wenchangshou2 commented 5 years ago

RX:01 05 00 01 FF 00 DD FA buf <Buffer 01 05 00 01 00 01> crc 64221 51805 { err: 'crcMismatch', message: 'the response payload does not match the crc' }

stefanpoeter commented 5 years ago

Some more details please.