summaryrefslogtreecommitdiff
path: root/gps.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-02-23 12:22:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-02-23 12:22:29 +0000
commitc307861f1a7a801d4646e504f97115be6a692821 (patch)
treebb5a4a205c7fbc97d1eec70510915fcc0027c8b6 /gps.py
parent02785ef5a7d45c82b9df85fcd2a23e0258d65359 (diff)
downloadgpsd-c307861f1a7a801d4646e504f97115be6a692821.tar.gz
gpsd.py now hunts baud rates (logic moved out of gpsprobe).
Diffstat (limited to 'gps.py')
-rwxr-xr-xgps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gps.py b/gps.py
index 41a7ef28..9d2bbea8 100755
--- a/gps.py
+++ b/gps.py
@@ -14,6 +14,8 @@ MODE_3D = 3
MAXCHANNELS = 12
SIGNAL_STRENGTH_UNKNOWN = -1
+NMEA_MAX = 82
+
class gpsdata:
"Position, track, velocity and status information returned by a GPS."