ubxtool.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!--
  3. This file is Copyright 2018 by the GPSD project
  4. BSD terms apply: see the file COPYING in the distribution root for details.
  5. -->
  6. <!DOCTYPE refentry PUBLIC
  7. "-//OASIS//DTD DocBook XML V4.1.2//EN"
  8. "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
  9. <refentry id='ubxtool.1'>
  10. <refentryinfo>
  11. <date>30 March 2020</date>
  12. </refentryinfo>
  13. <refmeta>
  14. <refentrytitle>ubxtool</refentrytitle>
  15. <manvolnum>1</manvolnum>
  16. <refmiscinfo class="source">The GPSD Project</refmiscinfo>
  17. <refmiscinfo class="manual">GPSD Documentation</refmiscinfo>
  18. </refmeta>
  19. <refnamediv id='name'>
  20. <refname>ubxtool</refname>
  21. <refpurpose>u-blox tool</refpurpose>
  22. </refnamediv>
  23. <refsynopsisdiv id='synopsis'>
  24. <cmdsynopsis>
  25. <command>ubxtool</command>
  26. <arg choice='opt'>-? </arg>
  27. <arg choice='opt'>-c <replaceable>command</replaceable> </arg>
  28. <arg choice='opt'>-d <replaceable>disable</replaceable> </arg>
  29. <arg choice='opt'>-e <replaceable>enable</replaceable> </arg>
  30. <arg choice='opt'>-f <replaceable>file/device</replaceable> </arg>
  31. <arg choice='opt'>-g <replaceable>item,layer,position,end</replaceable>
  32. </arg>
  33. <arg choice='opt'>-h </arg>
  34. <arg choice='opt'>-i <replaceable>port</replaceable></arg>
  35. <arg choice='opt'>-P <replaceable>protver</replaceable></arg>
  36. <arg choice='opt'>-p <replaceable>preset</replaceable></arg>
  37. <arg choice='opt'>-R <replaceable>rawfile</replaceable></arg>
  38. <arg choice='opt'>-r </arg>
  39. <arg choice='opt'>-S <replaceable>setspeed</replaceable></arg>
  40. <arg choice='opt'>-s <replaceable>speed</replaceable></arg>
  41. <arg choice='opt'>-t </arg>
  42. <arg choice='opt'>-V </arg>
  43. <arg choice='opt'>-v <replaceable>verbosity</replaceable></arg>
  44. <arg choice='opt'>-w <replaceable>wait</replaceable></arg>
  45. <arg choice='opt'>-x <replaceable>item,layers</replaceable></arg>
  46. <arg choice='opt'>-z <replaceable>item,val,layers</replaceable></arg>
  47. <arg choice='opt'>[server[:port[:device]]]</arg>
  48. </cmdsynopsis>
  49. </refsynopsisdiv>
  50. <refsect1 id='description'>
  51. <title>DESCRIPTION</title>
  52. <para>
  53. <application>ubxtool</application> is a tool for u-blox GPS.
  54. If you do not have a u-blox GPS then can stop reading now.</para>
  55. <para>This tool operates with your u-blox GPS at a very low level.
  56. To understand <application>ubxtool</application> you must first be familiar
  57. with your u-blox GPS and the documentation for the u-blox binary protocol.
  58. The u-blox protocol varies greatly depending on GPS model and firmware
  59. revision. Use the u-blox documentation for your model and firmware.
  60. </para>
  61. <para>
  62. <application>ubxtool</application> can decode common u-blox binary
  63. messages, poll the GPS status, enable and disable GPS features, and send user
  64. generated commands to the GPS. It can read binary messages from a file. It
  65. can read and write directly through a serial device, or through a
  66. running gpsd instance.</para>
  67. </refsect1>
  68. <refsect1 id='options'>
  69. <title>OPTIONS</title>
  70. <para>The program accepts the following options:</para>
  71. <variablelist remap='TP'>
  72. <varlistentry>
  73. <term>-?</term>
  74. <listitem>
  75. <para>Makes <application>ubxtool</application> print
  76. a usage message and exit.</para>
  77. </listitem>
  78. </varlistentry>
  79. <varlistentry>
  80. <term>-c COMMAND</term>
  81. <listitem>
  82. <para>Send a command to the GPS. Accepts one parameter, COMMAND,
  83. a comma-separated list of hexadecimal bytes specifying the class, the ID,
  84. and any needed payload. The header, length, and checksum are added automatically.
  85. </para>
  86. </listitem>
  87. </varlistentry>
  88. <varlistentry>
  89. <term>-d OPTION</term>
  90. <listitem>
  91. <para>Disable an option in the GPS. Accepts one parameter, OPTION,
  92. the option to disable.
  93. </para>
  94. <variablelist>
  95. <varlistentry>
  96. <term>BEIDOU</term>
  97. <listitem>
  98. <para>Disable use of the BeiDou (COMPASS) constellation.</para>
  99. </listitem>
  100. </varlistentry>
  101. <varlistentry>
  102. <term>BINARY</term>
  103. <listitem>
  104. <para>Disable sending of the basic binary messages.</para>
  105. </listitem>
  106. </varlistentry>
  107. <varlistentry>
  108. <term>ECEF</term>
  109. <listitem>
  110. <para>Disable sending of ECEF binary messages.</para>
  111. </listitem>
  112. </varlistentry>
  113. <varlistentry>
  114. <term>GALILEO</term>
  115. <listitem>
  116. <para>Disable use of the GALILEO constellation.</para>
  117. </listitem>
  118. </varlistentry>
  119. <varlistentry>
  120. <term>GLONASS</term>
  121. <listitem>
  122. <para>Disable use of the GLONASS constellation.</para>
  123. </listitem>
  124. </varlistentry>
  125. <varlistentry>
  126. <term>GPS</term>
  127. <listitem>
  128. <para>Disable use of the GPS and QZSS constellations.</para>
  129. </listitem>
  130. </varlistentry>
  131. <varlistentry>
  132. <term>NED</term>
  133. <listitem>
  134. <para>Disable sending of NED binary messages. UBX-NAV-VELNED
  135. and UBX-NAV-RELPOSNED.</para>
  136. </listitem>
  137. </varlistentry>
  138. <varlistentry>
  139. <term>NMEA</term>
  140. <listitem>
  141. <para>Disable sending basic NMEA messages. The messages are
  142. GBS, GGA, GSA, GGL, GST, GSV, RMC, VTG, and ZDA.</para>
  143. </listitem>
  144. </varlistentry>
  145. <varlistentry>
  146. <term>PPS</term>
  147. <listitem>
  148. <para>Disable TIMEPULSE 0.</para>
  149. </listitem>
  150. </varlistentry>
  151. <varlistentry>
  152. <term>RAWX</term>
  153. <listitem>
  154. <para>Disable sending of the UBX-RXM-RAWX messages.</para>
  155. </listitem>
  156. </varlistentry>
  157. <varlistentry>
  158. <term>SBAS</term>
  159. <listitem>
  160. <para>Disable use of the SBAS constellation.</para>
  161. </listitem>
  162. </varlistentry>
  163. <varlistentry>
  164. <term>SFRBX</term>
  165. <listitem>
  166. <para>Disable use of the SFRBX messages.</para>
  167. </listitem>
  168. </varlistentry>
  169. <varlistentry>
  170. <term>SURVEYIN</term>
  171. <listitem>
  172. <para>Disable survey-in mode with TMODE2.</para>
  173. </listitem>
  174. </varlistentry>
  175. <varlistentry>
  176. <term>TP</term>
  177. <listitem>
  178. <para>Disable sending UBX-TIM-TP.</para>
  179. </listitem>
  180. </varlistentry>
  181. </variablelist>
  182. </listitem>
  183. </varlistentry>
  184. <varlistentry>
  185. <term>-e OPTION</term>
  186. <listitem>
  187. <para>Enable an option in the GPS. Accepts one parameter, OPTION,
  188. the option to enable. -e accepts the same OPTIONs as -d, except the action
  189. is to enable the option.
  190. </para>
  191. </listitem>
  192. </varlistentry>
  193. <varlistentry>
  194. <term>-f FILE</term>
  195. <listitem>
  196. <para>Connect to a file or device. Accepts one parameter, FILE,
  197. the file or device to open. Files are opened read-only. Character
  198. devices are opened read/write, unless the -r parameter is given.
  199. Requires the pyserial module.
  200. </para>
  201. </listitem>
  202. </varlistentry>
  203. <varlistentry>
  204. <term>-g ITEM,LAYER,POSITION,END</term>
  205. <listitem>
  206. <para>Get the value of ITEM from LAYER, starting at POSITION, up
  207. to END key/value pairs (UBX-CFG-VALGET). All parameters past ITEM are
  208. optional and decimal. If LAYER is absent, then layers 0, 1, 2
  209. and 7 are all requested. See the section on CONFIGURATION ITEMS</para>
  210. </listitem>
  211. </varlistentry>
  212. <varlistentry>
  213. <term>-h</term>
  214. <listitem>
  215. <para>Makes <application>ubxtool</application> print
  216. a usage message and exit.</para>
  217. </listitem>
  218. </varlistentry>
  219. <varlistentry>
  220. <term>-i port</term>
  221. <listitem>
  222. <para>Specifies port ID # (interface) for port-related commands.
  223. </para>
  224. </listitem>
  225. </varlistentry>
  226. <varlistentry>
  227. <term>-P protver</term>
  228. <listitem>
  229. <para>Sets the protocol version to use for sending commands.
  230. Minimum 10 (ublox 5). Use "ubxtool -p MON-VER" to see the version your
  231. receiver supports. Many newer u-blox receivers will fail silently or oddly
  232. if this is not set correctly.
  233. </para>
  234. </listitem>
  235. </varlistentry>
  236. <varlistentry>
  237. <term>-p PRESET</term>
  238. <listitem>
  239. <para>Send a preset command the GPS. Usually accepts one parameter,
  240. PRESET, the name of the command to send. A few PRESETS, like LOG-FINDTIME,
  241. accept additional comma separated parameters. More than one -p may be used.
  242. </para>
  243. <para> Only the common PRESETS are shown here. To see the full list,
  244. including optional parameters, run "ubxtool -h -v 2".
  245. </para>
  246. <variablelist>
  247. <varlistentry>
  248. <term>COLDBOOT</term>
  249. <listitem>
  250. <para>Coldboot the GPS (UBX-CFG-RST).</para>
  251. </listitem>
  252. </varlistentry>
  253. <varlistentry>
  254. <term>HOTBOOT</term>
  255. <listitem>
  256. <para>Hotboot the GPS (UBX-CFG-RST).</para>
  257. </listitem>
  258. </varlistentry>
  259. <varlistentry>
  260. <term>MODEL,model</term>
  261. <listitem>
  262. <para>Configure the Dynamic Platform Model to model. (UBX-CFG-NAV5).
  263. Model is the decimal number of the desired mode.
  264. </para>
  265. </listitem>
  266. </varlistentry>
  267. <varlistentry>
  268. <term>PMS</term>
  269. <listitem>
  270. <para>Set power management settings (UBX-CFG-PMS).
  271. "PMS,pow" where pow is powerSetupValue.</para>
  272. </listitem>
  273. </varlistentry>
  274. <varlistentry>
  275. <term>RATE</term>
  276. <listitem>
  277. <para>Set measurement and nav rate (UBX-CFG-RATE).
  278. "RATE,meas,nav" meas is the measRate in milli seconds. The
  279. nav argument is the navRate in cycles and defaults to 1</para>
  280. </listitem>
  281. </varlistentry>
  282. <varlistentry>
  283. <term>RESET</term>
  284. <listitem>
  285. <para>Reset configuration to defaults (UBX-CFG-CFG).</para>
  286. </listitem>
  287. </varlistentry>
  288. <varlistentry>
  289. <term>SAVE</term>
  290. <listitem>
  291. <para>Save current configuration (UBX-CFG-CFG).</para>
  292. </listitem>
  293. </varlistentry>
  294. <varlistentry>
  295. <term>MON-RESETODO</term>
  296. <listitem>
  297. <para>Reset the odometer (UBX-MON-RESETODO).</para>
  298. </listitem>
  299. </varlistentry>
  300. <varlistentry>
  301. <term>MON-VER</term>
  302. <listitem>
  303. <para>Poll GPS version (UBX-MON-VER).</para>
  304. </listitem>
  305. </varlistentry>
  306. <varlistentry>
  307. <term>WARMBOOT</term>
  308. <listitem>
  309. <para>Warmboot the GPS (UBX-CFG-RST).</para>
  310. </listitem>
  311. </varlistentry>
  312. </variablelist>
  313. <para>Most PRESET parameters are simple poll
  314. commands. They merely poll the GPS to respond with the associated
  315. message. For example "ubxtool -p CFG-GNSS" asks the GPS to respond with
  316. a UBX-CFG-GNSS message describing the current GNSS configuration.
  317. Increase the verbosity of the output by adding the "-v 2" or "-v 3"
  318. options.</para>
  319. </listitem>
  320. </varlistentry>
  321. <varlistentry>
  322. <term>-R RAW</term>
  323. <listitem>
  324. <para>Save all raw serial data received from the GPS into the
  325. file RAW.</para>
  326. </listitem>
  327. </varlistentry>
  328. <varlistentry>
  329. <term>-r</term>
  330. <listitem>
  331. <para>Read only. Do not send anything to the GPS.</para>
  332. </listitem>
  333. </varlistentry>
  334. <varlistentry>
  335. <term>-S SPEED</term>
  336. <listitem>
  337. <para>Set the GPS serial port speed to SPEED bps.</para>
  338. </listitem>
  339. </varlistentry>
  340. <varlistentry>
  341. <term>-s SPEED</term>
  342. <listitem>
  343. <para>Set local serial port speed to SPEED bps. Default 9,600 bps.</para>
  344. </listitem>
  345. </varlistentry>
  346. <varlistentry>
  347. <term>-t</term>
  348. <listitem>
  349. <para>Timestamp decoded messages with seconds since the epoch. Use it
  350. twice and also get UTC time.</para>
  351. </listitem>
  352. </varlistentry>
  353. <varlistentry>
  354. <term>-V</term>
  355. <listitem>
  356. <para>Print <application>ubxtool</application> version and exit.</para>
  357. </listitem>
  358. </varlistentry>
  359. <varlistentry>
  360. <term>-v VERBOSITY</term>
  361. <listitem>
  362. <para>Set verbosity level to VERBOSITY. Verbosity can be from 0
  363. (very quiet), 2 (decode messages), to 4 (very noisy). Default 1.</para>
  364. </listitem>
  365. </varlistentry>
  366. <varlistentry>
  367. <term>-w WAIT</term>
  368. <listitem>
  369. <para>Wait for WAIT seconds before exiting. Default 2 seconds.</para>
  370. </listitem>
  371. </varlistentry>
  372. <varlistentry>
  373. <term>-x ITEM,LAYERS</term>
  374. <listitem>
  375. <para>Delete the value of ITEM name from LAYERS. The bit map LAYERS is
  376. optional. By default, delete in both the BBR and FLASH layers in the
  377. receiver (UBX_CFG-VALDEL). Returning to the reciver default for that
  378. item. See the section on CONFIGURATION ITEMS</para>
  379. </listitem>
  380. </varlistentry>
  381. <varlistentry>
  382. <term>-z ITEM,VAL,LAYERS</term>
  383. <listitem>
  384. <para>Set the value of ITEM name to VAL in LAYERS in the GPS
  385. (UBX-CFG-VALSET). VAL and the bit mask LAYERS are decimal. ",LAYERS"
  386. is optional. The default LAYERS are RAM and FLASH See the section on
  387. CONFIGURATION ITEMS</para>
  388. </listitem>
  389. </varlistentry>
  390. <varlistentry>
  391. <term>[server[:port[:device]]]</term>
  392. <listitem>
  393. <para>
  394. By default, <application>ubxtool</application> collects data
  395. from all compatible devices on localhost, using the default GPSD
  396. port 2947. An optional argument may specify a server to get data
  397. from. A colon-separated suffix is taken as a port number. If
  398. there is a second colon-separated suffix, that is taken as a
  399. specific device name to be watched. Further details on the
  400. <citerefentry>
  401. <refentrytitle>gps</refentrytitle>
  402. <manvolnum>1</manvolnum>
  403. </citerefentry> man page.
  404. </para>
  405. </listitem>
  406. </varlistentry>
  407. </variablelist>
  408. </refsect1>
  409. <refsect1 id='configitems'>
  410. <title>CONFIGURATION ITEMS</title>
  411. <para>Configuring u-blox GPS with the traditional configuration
  412. messages is fraught with problems. Many configuration messages
  413. interact in odd ways. Something as simple as changing the serial
  414. port speed requires you to read the current configuration using
  415. UBX-CFG-PRT for the proper port, merging in the change, the
  416. writing back the changed UBX-CFG-PRT message. Or just guessing
  417. at the current configuration and overwriting it all.</para>
  418. <para>The u-blox 9 series, protocol version 27+, tries, but does
  419. not completely succeed, to solve the problem with Configuration
  420. Items. If your GPS does not support protocol version 27+, then
  421. this section does not apply to you.</para>
  422. <para>Most of the configuration variables in the GPS have been
  423. assigned a 32-bit Key ID.
  424. Each Key references one specific value.
  425. A typical receiver may have over 1,100 Key IDs.
  426. Each Key ID has been assigned a Key Name.
  427. Most of the Key Names are documented by u-blox and supported by ubxtool.
  428. To see all the Key Name understood by ubxtool do: "ubxtool -h -v 3".
  429. </para>
  430. <para>To get the value related to an item, use "-g ITEM".</para>
  431. <para>To reset the value related to an item to it default value, use
  432. "-x ITEM".</para>
  433. <para>To set an ITEM name to a value, use "-z ITEM,VAL".</para>
  434. <para>If you only want to set an ITEM in one layer, use "-z ITEM,VAL,LAYER".
  435. </para>
  436. <para>See the EXAMPLES section for concrete examples.</para>
  437. </refsect1>
  438. <refsect1 id='examples'>
  439. <title>EXAMPLES</title>
  440. <para>
  441. All examples assume that UBXOPTS is set with the protocol version of
  442. your receiver. Be sure to replace the "-P 18" with your correct
  443. prototype version.
  444. <programlisting>
  445. export UBXOPTS="-P 18"
  446. </programlisting>
  447. </para>
  448. <para>
  449. Dump configuration and status of the GNSS recceiver. The "-w 4" is
  450. to provide extra time for the operations to complete.
  451. <programlisting>
  452. ubxtool -p CONFIG -p STATUS -w 4 -v 2
  453. </programlisting>
  454. </para>
  455. <para>
  456. Decode raw log file:
  457. <programlisting>
  458. ubxtool -r -f ublox-neo-m8n.log
  459. </programlisting>
  460. </para>
  461. <para>
  462. Change GPS port speed of device on /dev/ttyAMA0 to 230,400 bps:
  463. <programlisting>
  464. ubxtool -S 230400 -f /dev/ttyAMA0
  465. </programlisting>
  466. </para>
  467. <para>
  468. Watch entire GPS reset cycle, include $GPTXT messages:
  469. <programlisting>
  470. ubxtool -p COLDBOOT -w 20 -v 2
  471. </programlisting>
  472. </para>
  473. <para>
  474. Poll Enabled Constellations:
  475. <programlisting>
  476. ubxtool -p CFG-GNSS
  477. </programlisting>
  478. Dump gpsd data from a remote server named x.example.com:
  479. <programlisting>
  480. ubxtool -w 5 x.example.com
  481. </programlisting>
  482. </para>
  483. <refsect2>
  484. <title>Version 27+ examples</title>
  485. <para>The following examples require a GPS supporting protocol 27 or
  486. greater. Be sure to set your protocol version first:
  487. <programlisting>
  488. export UBXOPTS="-P 32"
  489. </programlisting>
  490. </para>
  491. <para>To check the current dynamic model, change it to 6 (AIR1, Airborne
  492. with &lt;1g acceleration), revert to the default setting, and verify the
  493. faults was restored.
  494. <programlisting>
  495. $ ubxtool -g CFG-NAVSPG-DYNMODEL
  496. [...]
  497. UBX-CFG-VALGET:
  498. version 1 layer 0 reserved 0,0
  499. layers (ram)
  500. item CFG-NAVSPG-DYNMODEL/0x20110021 val 2
  501. [...]
  502. $ ubxtool -z CFG-NAVSPG-DYNMODEL,6
  503. [...]
  504. UBX-ACK-ACK:
  505. ACK to Class x6 (CFG) ID x8a (VALSET)
  506. [...]
  507. $ ubxtool -g CFG-NAVSPG-DYNMODEL
  508. [...]
  509. UBX-CFG-VALGET:
  510. version 1 layer 0 reserved 0,0
  511. layers (ram)
  512. item CFG-NAVSPG-DYNMODEL/0x20110021 val 6
  513. [...]
  514. $ ubxtool -x CFG-NAVSPG-DYNMODEL
  515. [...]
  516. UBX-ACK-ACK:
  517. ACK to Class x6 (CFG) ID x8c (VALDEL)
  518. [...]
  519. $ ubxtool -g CFG-NAVSPG-DYNMODEL
  520. [...]
  521. UBX-CFG-VALGET:
  522. version 1 layer 0 reserved 0,0
  523. layers (ram)
  524. item CFG-NAVSPG-DYNMODEL/0x20110021 val 6
  525. </programlisting>
  526. </para>
  527. <para>Notice that the current DYNMODEL stayed at 6 (AIR1). The
  528. "-x" only affects the saved setting, not the current setting. To
  529. change the current setting you must set it with "-z".</para>
  530. <para>Getting all the Configuration Items in a group one by one
  531. could be very tedious. VAL-GET allows you to wild card the item
  532. number and dump all the items in a group. To get all the CFG-TP
  533. items in ram, the currently active ones, you can do this:
  534. <programlisting>
  535. $ ubxtool -g CFG-TP,0
  536. [...]
  537. UBX-CFG-VALGET:
  538. version 1 layer 0 position 0
  539. layers (ram)
  540. item CFG-TP-TP1_ENA/0x10050007 val 1
  541. item CFG-TP-SYNC_GNSS_TP1/0x10050008 val 1
  542. item CFG-TP-USE_LOCKED_TP1/0x10050009 val 1
  543. [...]
  544. </programlisting>
  545. </para>
  546. <para>The truly masochistic can dump all the Configuration Items
  547. by wildcarding the group. Dumping all 1,000+ of them, 64 at a time, could
  548. still be tedious. The -g parameter optionally allows you to specify the
  549. starting position to get from, as well as the ending position. To get
  550. all the known, and unknown, items supported by the receiver that are
  551. currently in ram:
  552. <programlisting>
  553. $ ubxtool -g CFG,0,0,1200 | fgrep "item CFG-"
  554. item CFG-1-1/0x10010001 val 0
  555. item CFG-1-1/0x10010101 val 0
  556. item CFG-4-1/0x10040001 val 1
  557. item CFG-4-2/0x10040002 val 0
  558. item CFG-4-3/0x10040003 val 0
  559. item CFG-4-4/0x10040004 val 0
  560. item CFG-4-9/0x10040009 val 0
  561. item CFG-TP-TP1_ENA/0x10050007 val 1
  562. item CFG-TP-SYNC_GNSS_TP1/0x10050008 val 1
  563. [...]
  564. </programlisting>
  565. </para>
  566. <para>Changing <parameter>CFG,0,0,1200</parameter> to
  567. <parameter>CFG,7,0,1200</parameter> would instead dump all the
  568. configuration defaults, from the Default layer (7).</para>
  569. </refsect2>
  570. </refsect1>
  571. <refsect1 id='environment'>
  572. <title>ENVIRONMENT</title>
  573. <para>Options can be placed in the UBXOPTS environment variable.
  574. UBXOPTS is processed before the CLI options.</para>
  575. </refsect1>
  576. <refsect1 id='see_also'>
  577. <title>SEE ALSO</title>
  578. <para>
  579. <application>ubxtool</application> is written to conform to the official
  580. u-blox documentation for the u-blox binary protocol.
  581. <ulink url="https://www.u-blox.com/en/product-resources"></ulink></para>
  582. <para>
  583. <citerefentry>
  584. <refentrytitle>cgps</refentrytitle>
  585. <manvolnum>1</manvolnum>
  586. </citerefentry>,
  587. <citerefentry>
  588. <refentrytitle>gpscat</refentrytitle>
  589. <manvolnum>1</manvolnum>
  590. </citerefentry>,
  591. <citerefentry>
  592. <refentrytitle>gpsctl</refentrytitle>
  593. <manvolnum>1</manvolnum>
  594. </citerefentry>,
  595. <citerefentry>
  596. <refentrytitle>gpsfake</refentrytitle>
  597. <manvolnum>1</manvolnum>
  598. </citerefentry>,
  599. <citerefentry>
  600. <refentrytitle>xgps</refentrytitle>
  601. <manvolnum>1</manvolnum>
  602. </citerefentry>,
  603. <citerefentry>
  604. <refentrytitle>gpsd</refentrytitle>
  605. <manvolnum>8</manvolnum>
  606. </citerefentry>,
  607. </para>
  608. </refsect1>
  609. <refsect1 id='maintainer'>
  610. <title>AUTHOR</title>
  611. <para>Gary E. Miller<email>gem@rellim.com</email>
  612. </para>
  613. </refsect1>
  614. </refentry>