0

I'm a python newbie but experienced with industrial application in IEC61131 ST code. I'd like to write a python application with Modbus Server TCP and multiple ID (1,2,3,) and ports (502,503,...) Is there a package/library to manage it? someone has some example?

I see for this Multiple ID (multiple ID, and it's ok), but how multiple port?

  • Have you tried starting multiple servers (on different ports) via multiple calls to [`StartAsyncTcpServer`](https://pymodbus.readthedocs.io/en/latest/source/library/pymodbus.server.html#pymodbus.server.StartAsyncTcpServer)?. – Brits Oct 05 '22 at 09:42

0 Answers0