From bf485971bc2d6387e3abb8b1856e817b74b6c6a4 Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Fri, 22 Mar 2019 20:44:27 -0700 Subject: ubxtool: Fixes some decode bugs and some text. Some decodes weren't allowing the zero-length poll case. The NAVX5 decode was overwriting part of the result. The USB decode was completely broken. The TP5 decode was completely broken. A few comments were obviously wrong. A couple of manpage lines had a typo and an omission. A few -p items were missing from the manpage. TESTED: Tested on LEA-6S, LEA-M8F, LEA-M8T, and LEA-M8N --- man/ubxtool.xml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/ubxtool.xml b/man/ubxtool.xml index 2f736ca5..9342385d 100644 --- a/man/ubxtool.xml +++ b/man/ubxtool.xml @@ -236,7 +236,25 @@ after the GPS acknowledges the command, unless the -W is given. NAV5 - Poll the Nav Engines settings (UBX-CFG-NAV6. + Poll the Nav Engines Settings (UBX-CFG-NAV5). + + + + PMS + + Poll power management settings (UBX-CFG-PMS). + + + + PRT + + Poll I/O port settings (UBX-CFG-PRT). + + + + RESET + + Reset config to defaults (UBX-CFG-CFG). @@ -281,10 +299,16 @@ after the GPS acknowledges the command, unless the -W is given. Get Time Pulse decodes (UBX-TIM-TP5). + + USB + + Poll USB config (UBX-CFG-USB). + + VER - Poll GPS version. + Poll GPS version (UBX-MON-VER). -- cgit v1.2.1