AdvancedClimateSystems / uModbus

Python implementation of the Modbus protocol.
Mozilla Public License 2.0
211 stars 81 forks source link

Invalid error codes #90

Closed ovunccetin closed 4 years ago

ovunccetin commented 4 years ago

According to Modbus Application Protocol V1.1b3 error codes for "GATEWAY PATH UNAVAILABLE" and "GATEWAY TARGET DEVICE FAILED TO RESPOND" are 10 and 11, respectively. However, they are 11 and 12 in exceptions module.

jaapz commented 4 years ago

Oops! Would you be able to open a pull request?