Releases: pazzarpj/aiomodbus
Releases · pazzarpj/aiomodbus
v0.6.0
v0.5.2
v0.5.1
Fixed a bug when writing large transactions on low baudrate serial devices, that would cause it to timeout.
Now it correctly calculates the expected write packet timing and adds it to the 400ms turn around delay timeout.
Full Changelog: v0.4.0...v0.5.1
Release 0.4.0
Fixed issues relating to serial coils based reads
Fixed issue with serial disconnect causing asyncio loop to close
Waits for connection before attempting read
Merge pull request #24 from pazzarpj/bugfix/23-attribute-error #23
Fixed race condition lockup for serial
Fixed race condition in serial.py that could lock up one weird error edge cases.
Fixed race condition
0.2.5 - Fixed a race condition where the connected event would be set but t…
Added connection timeout before throwing connection error
0.2.4 - TransactionLimit will now wait for the evt_connected_timeout before…
TCP now wait until connected before attempting modbus commands
0.2.3 - Added the connected event to transaction limit for TCP client so th…
Added wait on connect for TransactionLimit
0.2.2 - TransactionLimit now can wait for the connected event before acquir…