Python Forum
MODBUS SERVER - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: MODBUS SERVER (/thread-24651.html)



MODBUS SERVER - crash_overhead - Feb-25-2020

Hi all,
i would like to develop a simple modbus Server, over RS485, with python. I have siemens PLC as master and i want write data in the holding register of server..
What is the best package to do this?

Thanks in advance!


RE: MODBUS SERVER - j.crater - Mar-05-2020

Hello,
I've had success using modbus-tk:
https://github.com/ljean/modbus-tk
But that has been years ago, so there might be a better alternative available.