summaryrefslogtreecommitdiff
path: root/gpsctl.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-29 23:59:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-29 23:59:41 +0000
commit067c2e1c0ae050ecc00aba5273a5d348380b11c7 (patch)
tree72a538d9c7695784efa95eac7b07d047b39455b5 /gpsctl.xml
parent1194a3853b3e8603a9088be573565e3869b1b5c2 (diff)
downloadgpsd-067c2e1c0ae050ecc00aba5273a5d348380b11c7.tar.gz
Supply a control-send method for TSIP devices. Not yet tested.
Diffstat (limited to 'gpsctl.xml')
-rw-r--r--gpsctl.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/gpsctl.xml b/gpsctl.xml
index 813aee4a..e4a59ab6 100644
--- a/gpsctl.xml
+++ b/gpsctl.xml
@@ -69,10 +69,11 @@ whatever checksum and trailer is required for text packet types. (You
must include the leading $ for NMEA packets.) When sending to a UBX
device, the first two bytes of the string supplied will become the
message class and type, and the remainder the payload. When sending to
-a Navcom NCT device, the first byte is interpreted as the command ID
-and the rest as payload. C-style backslash escapes in the string,
-notably \xNN for hex, will be interpreted; additionally, \e will be
-replaced with ESC. This switch implies <option>-f</option>.</para>
+a Navcom NCT or Trimble TSIP device, the first byte is interpreted as
+the command ID and the rest as payload. C-style backslash escapes in
+the string, notably \xNN for hex, will be interpreted; additionally,
+\e will be replaced with ESC. This switch implies
+<option>-f</option>.</para>
</listitem>
</varlistentry>