uartwrite: Write Data to Serial Line

Synopsis

Usage: ./uartwrite [options] port
Client app connecting to ‘Black-Box’ device for test purposes.
Options:
-h, --help

Displays help on commandline options.

--help-all

Displays help, including generic Qt options.

-v, --version

Displays version information.

-a, --address <host>

Host address of the gateway [localhost].

-p, --port <port>

Port of the gateway [51955].

-s, --severity <level>

Max severity (fatal|error|warning|info|debug|verbose) of log message.

Arguments:

port identifier of the UART port.

Examples