Agile Modbus
1.1.4
Lightweight modbus protocol stack.
|
Functions | |
int | agile_modbus_rtu_init (agile_modbus_rtu_t *ctx, uint8_t *send_buf, int send_bufsz, uint8_t *read_buf, int read_bufsz) |
RTU initialization. More... | |
int agile_modbus_rtu_init | ( | agile_modbus_rtu_t * | ctx, |
uint8_t * | send_buf, | ||
int | send_bufsz, | ||
uint8_t * | read_buf, | ||
int | read_bufsz | ||
) |
RTU initialization.
ctx | RTU handle |
send_buf | send buffer |
send_bufsz | send buffer size |
read_buf | receive buffer |
read_bufsz | receive buffer size |
Definition at line 282 of file agile_modbus_rtu.c.