cheap_modbus_rtu
Lightweight control of cheap Modbus RTU components using Python
cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster Member List

This is the complete list of members for cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster, including all inherited members.

__init__(self, str device_name=None, int baudrate=9600, timeout=1, debug_active=False, **kwargs) (defined in cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
debug_active (defined in cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
read_discrete_input_registers(self, int slave_id, int start_register_no=10001, int n_registers=8)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
read_holding_registers(self, int slave_id, int start_register_no=40001, int n_registers=1, str dtype="uint16" # Since Python 3.10 typing can be:#)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
read_input_registers(self, int slave_id, int start_register_no=30001, int n_registers=1, str dtype="uint16" # Since Python 3.10 typing can be:#)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
serial_device (defined in cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
set_discrete_output_register(self, int slave_id, int register_no, bool active)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
set_holding_register(self, int slave_id, int register_no=40001, int value=0x0000)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster
set_holding_registers(self, int slave_id, int start_register_no, tuple[int,...] values, bool expect_echo_response=False)cheap_modbus_rtu.modbus_rtu_master.ModbusRtuMaster