MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. The only dependence ...
As I'm using 2 different clients to access the Goodwe inverter via Modbus TCP, I would like to do the access via a Modbus Proxy. This Modbus proxy can be accesse via defined TCP ports, which must be ...