Version 2.4.0
- Support async moduls tls server/client
- Add local echo option
- Add exponential backoffs on retries.
- REPL - Support broadcasts.
- Fix framers using wrong unit address.
- Update documentation for serial_forwarder example
- Fix error with rtu client for
local_echo
- Fix asyncio client not working with already running loop
- Fix passing serial arguments to async clients
- Support timeouts to break out of responspe await when server goes offline
pymodbus.client.asynchronous.asyncio
has been renamedpymodbus.client.asynchronous.async_io
( python 3.8 compatibility)- Misc updates and bugfixes.