Changelog

1.0.2 (2018-05-22)

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

1.0.1 (2018-05-22)

@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 (2018-01-06)

Bugs

  • #50 Fix handling of empty ADU’s.

0.8.2 (2016-11-11)

Bugs

0.8.1 (2016-11-02)

Bugs

  • #27 Route is called with wrong value when one write single coil with value 1.
  • #42 Drop support for PyPy.

0.8.0 (2016-10-31)

Features

  • #48 Update to pyserial 3.2.1

0.7.2 (2016-09-27)

Bugs

0.7.1 (01-09-2016)

Bugs

  • #41 RTU server doesn’t handle frames correct.

0.7.0 (29-07-2016)

Features

  • #22 Add Modbus RTU server.

Bugs

  • `#39`_ Merge functions module with _functions package.
  • #37 Pretty print binary data in shell.
  • #38 Fix type in sumple_rtu_client.py

0.6.0 (2016-05-08)

Features

  • #24 Add Modbus RTU client.

0.5.0 (2016-05-03)

Bugs

  • #36 Parameter function_code is missing in signature of routes.

0.4.2 (2016-04-07)

Bugs

  • #20 uModbus should close connection when client closes it.

0.4.1 (2016-01-22)

Bugs

  • #31 Add subpackages umodbus.client and umodbus._functions to setup.py.

0.4.0 (2016-01-22)

Features

  • #23 Implemenent Modbus client.
  • #28 Implemenent signed integers for Modbus client.

0.3.1 (2015-12-12)

Bugs

  • #18 Edit interface of get_server so socket options can now be set easily.

0.3.0 (2015-12-05)

Features

  • #17 RequestHandler.handle() can be overridden easily.

0.2.0 (2015-11-19)

Features

  • #10 Support for signed values.

Bugs

  • #13 Fix shutdown of server in simple_data_store.py

0.1.2 (2015-11-16)

Bugs

  • #8 WriteMultipleCoils.create_from_request_pdu sometimes doesn’t unpack PDU correct.

0.1.1 (2015-11-12)

Bugs

  • #7 Fix default stream and log level of utils.log_to_stream.

0.1.0 (2015-11-10)

  • First release.