modbus
Reading serial port data at COM port
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[详细]
2022-12-07 18:59 分类:问答AttributeError: 'ModbusIOException' object has no attribute 'bits'
from pymodbus.client import ModbusTcpClient PLC_IP = \'192.168.0.200\' PLC_PORT = 502 client = ModbusTcpClient(PLC_IP, PLC_PORT)[详细]
2022-12-07 18:42 分类:问答