summaryrefslogtreecommitdiff
path: root/gpsctl.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-07 22:54:31 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-07 22:54:31 +0000
commit7d9de0cec1464487ed6d889054db8188d57fc917 (patch)
treef70456399d5ea46f12d49573fbc4f1114e68887d /gpsctl.xml
parent88ff839030620f8e68ed582c41361c6b30f3e83f (diff)
downloadgpsd-7d9de0cec1464487ed6d889054db8188d57fc917.tar.gz
Eliminate anticipatory driver switching.
Eliminate anticipatory driver switching after NMEA-to-binary or binary-to-NMEA mode switches. Driver switching now takes place only when a packet of the right type is returned. This is more robust against the possibility that mode-change operations may fail; they seem to be prone to timing-dependent glitches.
Diffstat (limited to 'gpsctl.xml')
-rw-r--r--gpsctl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsctl.xml b/gpsctl.xml
index 08c0fe10..d793f768 100644
--- a/gpsctl.xml
+++ b/gpsctl.xml
@@ -128,7 +128,7 @@ its new speed.</para>
<varlistentry>
<term>-T</term>
<listitem>
-<para>Change the sampling timeout. Defaults to 3 seconds, which
+<para>Change the sampling timeout. Defaults to 4 seconds, which
should always be sufficient to get a packet from a device emitting at
the normal rate of 1 per second.</para>
</listitem>
@@ -190,7 +190,7 @@ last.</para>
<term><command>gpsctl /dev/ttyUSB0</command></term>
<listitem>
<para>Attempt to identify the device on USB serial device 0. Time out
-after the default 3 seconds. Adding the <option>-f</option> will
+after the default number of seconds. Adding the <option>-f</option> will
force low-level access and suppress the normal complaint when this
tool can't find a GPSD to work through.</para>
</listitem>