nuttx-apps/examples/nxmbserver
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
..
CMakeLists.txt modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
Kconfig modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
Make.defs modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
Makefile modbus: add nxmodbus 2026-04-20 12:45:17 -03:00
nxmbserver_main.c modbus: add nxmodbus 2026-04-20 12:45:17 -03:00