1. P

    Problem writing into register (address invalid)

    Hi, I'm a Modbus newbie, who is trying to control a heating device remotely with a Python script. The device is connected via RS485 to an Elfin EE11, which acts as a Modbus server. I can connect to the server and read the necessary register values for example with this: from pyModbusTCP.client...
Top