Skip to content

Releases: AdvancedClimateSystems/uModbus

1.0.4

27 Aug 20:25
Compare
Choose a tag to compare

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.3

27 Aug 20:26
Compare
Choose a tag to compare
  • #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.2

27 Aug 20:26
Compare
Choose a tag to compare

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

1.0.1

27 Aug 20:27
Compare
Choose a tag to compare

@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.0

05 Jan 15:01
Compare
Choose a tag to compare

Bugs fixed

  • #50 Fix handling of empty ADU's.