ex_modbus v0.1.1 ExModbus.RtuClient
ModbusRTU client to manage communication with a device
Link to this section Summary
Functions
Write a single coil at address. Possible states are :on
and :off
Link to this section Functions
Link to this function
generic_call(pid, slave_id, arg)
Link to this function
read_coils(pid, slave_id, start_address, count)
Link to this function
read_data(pid, slave_id, start_address, count)
Link to this function
start_link(args, opts \\ [])
Link to this function
write_multiple_registers(pid, slave_id, address, data)
Link to this function
write_single_coil(pid, slave_id, address, state)
Write a single coil at address. Possible states are :on
and :off
.