libut61 - command line arguments

Usage: ut61 [options] [-f template] /dev/portfile

Options:

name description
-c integer

--count integer

Exit after succesfully printed the number of packets specified as integer. When not specified, go on reading until the process is killed.

Example: -c 10

-d

--debug

Turn on protocol debug prints. Debug print lines appear on stdout but are prefixed with #.
-f fstr

--format fstr

Specify the format template to use when printing a packet read and parsed from the DMM.

Example: -f '[$(Thr):$(Tmin):$(Tsec)] $(info) $(val) $(unit)\n'

See also: template_fld.html

-h [topic]

--help [topic]

Without topic print generic help (includes list of topics). If topic is specified, print topical help.

Example: --help default

See also: help_topics.html

-s integer

--skip integer

Skip the specified number of packets in between any two printouts. Print every single packet when not specified.

Example: -s 3

-v Increase verbosity. Verbose print lines appear on stdout but are prefixed with #. Can be specified multiple times.