![]() |
modbus-arduino
1.0.0
Modbus library for Arduino
|
This is the complete list of members for ModbusSerial, including all inherited members.
| addCoil(word offset, bool value=false) | Modbus | |
| addHreg(word offset, word value=0) | Modbus | |
| addIreg(word offset, word value=0) | Modbus | |
| addIsts(word offset, bool value=false) | Modbus | |
| Coil(word offset, bool value) | Modbus | |
| Coil(word offset) | Modbus | |
| config(HardwareSerial *port, long baud, byte parity=MB_PARITY_EVEN, int txenPin=-1) | ModbusSerial | |
| config(SoftwareSerial *port, long baud, int txenPin=-1) | ModbusSerial | |
| config(Serial_ *port, long baud, byte parity=MB_PARITY_EVEN, int txenPin=-1) | ModbusSerial | |
| getSlaveId() | ModbusSerial | |
| Hreg(word offset, word value) | Modbus | |
| Hreg(word offset) | Modbus | |
| Ireg(word offset, word value) | Modbus | |
| Ireg(word offset) | Modbus | |
| Ists(word offset, bool value) | Modbus | |
| Ists(word offset) | Modbus | |
| Modbus() | Modbus | |
| ModbusSerial() | ModbusSerial | |
| receive(byte *frame) | ModbusSerial | protected |
| send(byte *frame) | ModbusSerial | protected |
| sendPDU(byte *pduframe) | ModbusSerial | protected |
| setSlaveId(byte slaveId) | ModbusSerial | |
| task() | ModbusSerial |