uartread: Read Data from Serial Line
Synopsis
Usage: ./uartread [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].
- -f, --frequency <period>
Frequency (period) of sending in ms [1000]
- -s, --severity <level>
Max severity (fatal|error|warning|info|debug|verbose) of log message.
- Arguments:
port identifier of the UART port.