Skip to content

2.4.0

Compare
Choose a tag to compare
@dhoomakethu dhoomakethu released this 11 Sep 15:08
· 1530 commits to master since this release
de3955e

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 renamed pymodbus.client.asynchronous.async_io ( python 3.8 compatibility)
  • Misc updates and bugfixes.