- fix 'Rx' label on error. - change file mode for server.py example. - fix compatibility with modbus unit_id = 0 (thanks to mfkenney). - fix compatibility for modbus frame with garbage.
0.1.1
- add toggle_bit() to utils. - add server.py example. - add HOWTO for safe PyPI upload.
0.1.0
- fix some issues in PEP 8 conformance and inline doc. - client modbus RTU: move crc16 compute to utils. - add write_multiple_coils() function (code 0x0f). - add test_bit(), set_bit(), reset_bit() to utils. - add a modbus/TCP multithreaded server through ModbusServer class (for test only).
0.0.13
- add auto_open and auto_close to README.rst and quickstart doc. - add example min_read_bit.py for show minimal code approach.
0.0.12
- add auto_open and auto_close mode to ModbusClient. - add accessor function for socket timeout. - close TCP socket if hostname change - close TCP socket if port change
0.0.11
- fix sock.settimeout missing (thanks to bonaime). - fix PEP 8 style (thanks to bonaime).