Skip to content

Releases: pazzarpj/aiomodbus

v0.6.0

04 Jul 07:45
3618ac9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

17 Jun 07:48
a4021b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

23 May 01:02
Compare
Choose a tag to compare

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

12 Jul 04:35
Compare
Choose a tag to compare

Fixed issues relating to serial coils based reads
Fixed issue with serial disconnect causing asyncio loop to close

Waits for connection before attempting read

20 Jul 03:34
ff076a0
Compare
Choose a tag to compare
Merge pull request #24 from pazzarpj/bugfix/23-attribute-error

#23

Fixed race condition lockup for serial

15 Jun 13:33
Compare
Choose a tag to compare
Pre-release

Fixed race condition in serial.py that could lock up one weird error edge cases.

Fixed race condition

18 May 07:27
Compare
Choose a tag to compare
Fixed race condition Pre-release
Pre-release
0.2.5

- Fixed a race condition where the connected event would be set but t…

Added connection timeout before throwing connection error

18 May 07:14
Compare
Choose a tag to compare
0.2.4

- TransactionLimit will now wait for the evt_connected_timeout before…

TCP now wait until connected before attempting modbus commands

22 Apr 02:06
Compare
Choose a tag to compare
0.2.3

- Added the connected event to transaction limit for TCP client so th…

Added wait on connect for TransactionLimit

22 Apr 01:55
Compare
Choose a tag to compare
0.2.2

- TransactionLimit now can wait for the connected event before acquir…