summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-24 10:12:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-24 10:12:26 +0000
commite8a108fc351ac34f32385ed3018f4e036b4a5a0b (patch)
treef2c2785e09d7007276cf7c725e237ec6491166d8 /gpsd.xml
parent44958a2a8a4ba4c9d3f0c2fecffe0b95722db5f6 (diff)
downloadgpsd-e8a108fc351ac34f32385ed3018f4e036b4a5a0b.tar.gz
Support R=2.
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/gpsd.xml b/gpsd.xml
index 97252dab..7f1e3557 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -398,13 +398,20 @@ only the first three DOP numbers, omitting time DOP and total DOP.</para>
<varlistentry>
<term>r</term>
-<listitem><para>Sets or toggles 'raw' mode. Return "R=0" or "R=1". In
-raw mode you read the NMEA data stream from the GPS. (Non-NMEA GPSes
-get their communication format translated to NMEA on the fly.) The
-command 'r' immediately followed by the digit '1' or the plus sign '+'
-sets raw mode. The command 'r' followed by the digit '0' or the minus
-sign '-' clears raw mode. The command 'r' with neither suffix toggles
-raw mode.</para></listitem>
+<listitem><para>Sets or toggles 'raw' mode. Return "R=0" or "R=1" or
+"R=2". In raw mode you read the NMEA data stream from the
+GPS. (Non-NMEA GPSes get their communication format translated to NMEA
+on the fly.) The command 'r' immediately followed by the digit '1' or
+the plus sign '+' sets raw mode. The command 'r' immediately followed
+by the digit '2' sets super-raw mode; for non-NMEA (binary) GPSes this
+dumps '=', followed by a hex encoding of the raw binary packet, then
+dumps translated NMEA. The command 'r' followed by the digit '0' or
+the minus sign '-' clears raw mode. The command 'r' with neither
+suffix toggles raw mode.</para>
+
+<para>Note: older versions of <application>gpsd</application> did not
+support super-raw mode.</para>
+</listitem>
</varlistentry>
<varlistentry>