ljean / modbus-tk

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

Multiple RTU master #100

Closed ethicstechOSS closed 6 years ago

ethicstechOSS commented 6 years ago

Hi. I have three slaves and my gateway is acting as master device. To avoid the time delay b/w one master and multiple slaves, I would like to run 3 masters on my gateway and each master will communicate with only one slave to read the slave data as soon as possible. Can I run three master programs simultaneously on my gateway?.

TIA.

ljean commented 6 years ago

Hello, You should be able to do that :) Best luc