ModbusMaster
ModbusMaster copied to clipboard
Change order of CRC high/low bytes
Could you please clarify if the reverse ordering of the checksum bytes is by design?
I needed to change the order to make the library compatible with my modbus slave which expects all words to be sent using hi/low ordering.
Hi! After digging deeper into the standard, it seems like it is my target is using an incorrect implementation of the modbus standard. this pull request may be closed off.