UModbus Versions Save

Python implementation of the Modbus protocol.

1.0.1

3 years ago

@wthomson has fixed a couple of typo's in the documentation. Thanks!

** Bugs **

  • #49 Fix clients being to greedy when reading response. Thanks @lutostag!

1.0.2

3 years ago

uModbus 1.0.1 was released without updating the version number in setup.py. This releases fixes this.

1.0.3

3 years ago
  • #76 Remove use of deprecated inspect.getargspec() for Python>=3.5.
  • Drop support for Python 3.3
  • Add support for Python 3.7 and Python 3.8

1.0.4

3 years ago

Bugs

  • #90 Fix error code of 2 Modbus errors. Thanks @rgov!
  • #100 Improve check for missing routes. Thanks @rgov!
  • #101 Fix crash if 1 of arguments of umodbus.server.route is None .Thanks @rgov!
  • #105 Fix byte count when for WriteMultipleCoils. Thank @acolomb!

Improvements

  • #102 Remove redundant exception traceback. Thanks @rgov!
  • #103 Fix error code of 2 Modbus errors. Thanks @rgov!
  • #104 Denote hex dump of ADU in debug log. Thanks @rgov!

1.0.0

6 years ago

Bugs fixed

  • #50 Fix handling of empty ADU's.