nuttx-apps/include/nxmodbus
raiden00pl 773f69d5d9 modbus: add nxmodbus
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>
2026-04-20 12:45:17 -03:00
..
nxmb_client.h modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
nxmb_raw.h modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
nxmodbus.h modbus: add nxmodbus 2026-04-20 12:45:17 -03:00