gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ✘u-blox 9 get Configuration Items by Group


From: Gary E. Miller
Subject: Re: ✘u-blox 9 get Configuration Items by Group
Date: Fri, 15 May 2020 15:03:47 -0700

Yo All!

Replying to myself...

> I think you want to look at:
>         ubxtool -g CFG-TMODE
>         ubxtool -g CFG-TP

u-blox also allows a dump of all config variables.  So those with too
much time on their hands that want to look at 1,000+ configurable items
in the 9-series can now do this:

$ ubxtool -g CFG,0,0,1200

That reads all Configuration Items in the ram layer, starting at
position 0, dumping 1200 items.

Or, to cut the clutter a bit:

$ ubxtool -g CFG,0,0,1200 | fgrep "item CFG-" | less

If instead you wanted to see all the default settings, from layer 7, the
default layer:

$ ubxtool -g CFG,7,0,1200 | fgrep "item CFG-" | less
    item CFG-1-1/0x10010001 val 0
    item CFG-1-1/0x10010101 val 0
    item CFG-4-1/0x10040001 val 1
    item CFG-4-2/0x10040002 val 0
    item CFG-4-3/0x10040003 val 0
    item CFG-4-4/0x10040004 val 0
    item CFG-4-9/0x10040009 val 0
    item CFG-TP-TP1_ENA/0x10050007 val 1
    item CFG-TP-SYNC_GNSS_TP1/0x10050008 val 1
    item CFG-TP-USE_LOCKED_TP1/0x10050009 val 1
    item CFG-TP-ALIGN_TO_TOW_TP1/0x1005000a val 1
[...]

The ubxtool man page has been updated to reflect the new capabilities.

Paired with -z it is now a lot easier to configure a u-blox 9 just
the way you want it.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        address@hidden  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can't measure it, you can't improve it." - Lord Kelvin

Attachment: pgpUv2u2jHZhu.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]