From cb43959238b70957f25caa99ef3410fa757d07c5 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Sat, 23 Mar 2019 18:22:53 -0700 Subject: ubxtool: Adds interface option for UBX-CFG-PRT. The UBX-CFG-PRT command can specify any port, though it defaults to the current port. This option allows the port ID to be specified, either as a name or as an integer. At present, it only affects the PRT preset, though it could be used for other port-related commands in the future. Note that the baud rate is only applicable to the UART port, so there's no point in applying this to the -S option. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N --- man/ubxtool.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'man') diff --git a/man/ubxtool.xml b/man/ubxtool.xml index 97a897bd..a23e6c08 100644 --- a/man/ubxtool.xml +++ b/man/ubxtool.xml @@ -33,6 +33,7 @@ BSD terms apply: see the file COPYING in the distribution root for details. -f file/device -h + -i interface -m mode -P protver -p preset @@ -179,6 +180,13 @@ devices are opened read/write, unless the -r parameter is given. a usage message and exit. + + -i interface + + Specifies interface (port) for port-related commands. + + + -m mode -- cgit v1.2.1