ljean / modbus-tk

Create Modbus app easily with Python
Other
569 stars 213 forks source link

Adding an interface to replace pymodbus client without a full rewrite #155

Closed traustitj closed 2 years ago

ljean commented 2 years ago

Hello @traustitj. Thansk for this PR. Why do want to add this feature?

traustitj commented 2 years ago

In the company I work for, DTE, we had many hundreds of lines of pymodbus code and instead of re-writing hundreds of lines with hundreds of possible side issues, I wrote this interface class, and I did not need to do anything else. I am certain that many people are in the same place as we are. This is tested and is in production, and modbus-tk works much better and this offers current projects a very simple way to move to a much better library.

ljean commented 2 years ago

Hello @traustitj Thansk for feedback and for this PR. It has been merged. I will publish it in next version soon