Expand description
UART nets: interactive serial streaming over the box’s Socket.IO
/uart namespace (feature uart).
The box owns the serial port (exclusive open) and streams data as hex
chunks over uart_data events; writes go up as uart_write events.
Only one session per net or device is allowed — a second opener gets a
clear “already in use” error.
Structs§
- Uart
- A live UART streaming session.