Skip to content

Conversation

@dhoomakethu
Copy link
Contributor

@dhoomakethu dhoomakethu commented May 10, 2018

Note This is a Major release and might affect your existing Async client implementation. Refer examples on how to use the latest async clients.

  • Async client implementation based on Tornado, Twisted and asyncio with backward compatibility support for twisted client.
  • Allow reusing existing[running] asyncio loop when creating async client based on asyncio.
  • Allow reusing address for Modbus TCP sync server.
  • Add support to install tornado as extra requirement while installing pymodbus.
  • Support Pymodbus REPL
  • Add support to python 3.7.
  • Bug fix and enhancements in examples.

bashwork and others added 30 commits October 17, 2012 13:57
(one of the tests also seemed wrong, I had to fix it)
- new example changing-framers.py
- added documentation link
Fix bogus calculation in ModbusSocketFramer.checkFrame
- Serial framers use the FIFO manager (results in order)
- Socket framers use the Dict manager (tid -> result)
- Fixed tests and removed bad global managers
- Managers no longer use global state (now instance)
- Now correctly choosing transaction manager
I think there was a copy/paste error in the docstring. It said tcp but I think it is supposed to be serial.
 Fixed docstring in synchronous serial client connect() method
yegorich and others added 22 commits June 21, 2018 14:27
Fix getValue function description (also some PEP8 fixes)
Use select to check if there is data available in the socket
Examples: fix typos and remove trailing spaces
Fix typo in utilities.py
Fix  for #322 allows reusing the address when running pymodbus synchronous server
#254 backward compatibility for asyncio clients with twisted.
2. Add to_coils() method to BinaryPayloadBuildr
@bhagn bhagn assigned bhagn and unassigned bhagn Sep 21, 2018
@bhagn bhagn self-requested a review September 21, 2018 12:07
@dhoomakethu dhoomakethu merged commit 65c3baf into master Sep 21, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.