ljean / modbus-tk

Create Modbus app easily with Python
Other
566 stars 212 forks source link

Daisy chain support #113

Open kchristos7 opened 5 years ago

kchristos7 commented 5 years ago

HI all, i'm using modbus-tk library to create rtu simulators (multiple at the same time) which are polled by the same master in a daisy chain connection. However i observe that once a slave answers a request, then its response is echoed to other slaves, and this is not handled , causing errors, timeouts etc. Has anyone used the library for such purposes? if yes any advice?