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,058
  • 26
  • 82
  • 131

1 Answers1

3

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,486
  • 1
  • 10
  • 22