I\'m trying to automate the reading of data from an elmeasure instrument (Voltmeter alpha+). This instrument has RS485 port. I have connected it to "RS-485 to USB converter" and th开发者_Sta
from pymodbus.client import ModbusTcpClient PLC_IP = \'192.168.0.200\' PLC_PORT = 502 client = ModbusTcpClient(PLC_IP, PLC_PORT)