summaryrefslogtreecommitdiff
path: root/gpscat
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-03-14 06:07:46 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-03-14 06:07:46 +0000
commit116b47431ae77bd26ff4447c13b8850bf87112c0 (patch)
treec9387bab2e2106ac81f8cd23ad865a6bc9ba4820 /gpscat
parent13edced9d321ac2e4602b9a7f6c025ce8068bd0d (diff)
downloadgpsd-116b47431ae77bd26ff4447c13b8850bf87112c0.tar.gz
Document the fact that the reason we accept oversized NMEA sentences is...
...that my TN-200 with firmware 2.3.2 generates those on occasion.
Diffstat (limited to 'gpscat')
-rwxr-xr-xgpscat1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpscat b/gpscat
index b5a69b59..c556d2dd 100755
--- a/gpscat
+++ b/gpscat
@@ -5,6 +5,7 @@
import os, sys, termios, select, getopt, curses.ascii
import gpspacket
+# The spec says 82, but some receivers (TN-200, GSW 2.3.2) output 86 characters
NMEA_MAX = 86
def hexdump(str):