Modbus RTU CRC
Closed this issue · 1 comments
Deleted user commented
It appears that in the rtu-request.js file that the CRC is done on just the body portion of the message when it should include the address as well. Additionally I think that the CRC should be applied to the payload as little endian instead of big endian.
stefanpoeter commented
Thanks @jspaeth20, it is already handled in branch v3.1-dev