Does anyone know of an easy to use Python program that acts as a MODBUS slave? I need to do some integration testing with a MODBUS master. Code can be for serial or TCP.
TY, Fred
试试这个https://pypi.python.org/pypi/modbus_tk Modbus 测试套件为 Modbus TCP 和 RTU 提供从属和主控的实现。主要目标是用作测试工具。