|
Lydia - Printhead
|
Functions | |
| int8_t | Modbus::process_FC1 (uint16_t *regs, uint8_t u8size) |
| This method processes functions 1 & 2 This method reads a bit array and transfers it to the master. | |
| int8_t | Modbus::process_FC15 (uint16_t *regs, uint8_t u8size) |
| This method processes function 15 This method writes a bit array assigned by the master. | |
| int8_t | Modbus::process_FC5 (uint16_t *regs, uint8_t u8size) |
| This method processes function 5 This method writes a value assigned by the master to a single bit. | |
This method processes functions 1 & 2 This method reads a bit array and transfers it to the master.
Definition at line 1302 of file ModbusRtu.h.
This method processes function 15 This method writes a bit array assigned by the master.
Definition at line 1447 of file ModbusRtu.h.
This method processes function 5 This method writes a value assigned by the master to a single bit.
Definition at line 1389 of file ModbusRtu.h.