UART subsystem lets user to access at the external UART port of Carberry.
The commands in this subsystem read and write data on that serial port as in ASCII format than in HEX notation for all purposes.
Refer to Carberry hardware specifications for UART wiring.

Subsystem commands

UART subsystem commands list:

Command Brief description
CONFIG Configure external UART
SEND Write ASCII data to external serial port
RECV Read ASCII data from external serial port
TX Write HEX data to external serial port
RX Read HEX data from external serial port