Modbus Error: [Input/Output] No Response received from the remote unit
问题 I' trying to connect from my Mac laptop to a Modbus device (MR-SI4) using a serial connection using a USB RS485 converter that gets "mounted" to /dev/cu.SLAB_USBtoUART . This is my code: import logging logging.basicConfig() log = logging.getLogger() log.setLevel(logging.DEBUG) from pymodbus.constants import Endian from pymodbus.constants import Defaults from pymodbus.payload import BinaryPayloadDecoder from pymodbus.client.sync import ModbusSerialClient as ModbusClient from pymodbus