Lydia - Printhead
|
Functions | |
void | Modbus::get_FC1 () |
void | Modbus::get_FC3 () |
int8_t | Modbus::process_FC16 (uint16_t *regs, uint8_t u8size) |
This method processes function 16 This method writes a word array assigned by the master. More... | |
int8_t | Modbus::process_FC3 (uint16_t *regs, uint8_t u8size) |
This method processes functions 3 & 4 This method reads a word array and transfers it to the master. More... | |
int8_t | Modbus::process_FC6 (uint16_t *regs, uint8_t u8size) |
This method processes function 6 This method writes a value assigned by the master to a single word. More... | |
|
private |
This method processes functions 1 & 2 (for master) This method puts the slave answer into master data buffer
TODO: finish its implementation
Definition at line 1261 of file ModbusRtu.h.
|
private |
This method processes functions 3 & 4 (for master) This method puts the slave answer into master data buffer
Definition at line 1280 of file ModbusRtu.h.
|
private |
This method processes function 16 This method writes a word array assigned by the master.
Definition at line 1502 of file ModbusRtu.h.
|
private |
This method processes functions 3 & 4 This method reads a word array and transfers it to the master.
Definition at line 1357 of file ModbusRtu.h.
|
private |
This method processes function 6 This method writes a value assigned by the master to a single word.
Definition at line 1421 of file ModbusRtu.h.