Python Forum

Full Version: MODBUS SERVER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
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.