5

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

fred basset
  • 9,774
  • 28
  • 88
  • 138

1 Answers1

4

Try this https://pypi.python.org/pypi/modbus_tk Modbus Test Kit provides implementation of slave and master for Modbus TCP and RTU. The main goal is to be used as testing tools.

CezarySzulc
  • 1,849
  • 1
  • 14
  • 30