mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-18 12:08:18 +00:00
NxModbus is a lightweight Modbus protocol stack implementation for NuttX RTOS. This commit adds: - nxmodbus stack - nxmbserver - Modbus Server (Slave) example - nxmbclient - Modbus Client (Master) tool Supported Modbus transports: - ASCII - RTU over serial port - TCP - RAW (ADU) for custom transport implementations Signed-off-by: raiden00pl <raiden00@railab.me> |
||
|---|---|---|
| .. | ||
| nxmb_client.c | ||
| nxmb_context.c | ||
| nxmb_func.c | ||
| nxmb_func_coils.c | ||
| nxmb_func_diag.c | ||
| nxmb_func_discrete.c | ||
| nxmb_func_holding.c | ||
| nxmb_func_input.c | ||
| nxmb_func_other.c | ||
| nxmb_server.c | ||
| nxmb_utils.c | ||