summaryrefslogtreecommitdiff
path: root/gpsd.py
Commit message (Expand)AuthorAgeFilesLines
* More efficient baud hunting -- always start at the last successful speed,Eric S. Raymond2005-02-241-13/+11
* Make gpsprobe work again (gpsd.py was broken).Eric S. Raymond2005-02-231-5/+11
* gpsd.py now hunts baud rates (logic moved out of gpsprobe).Eric S. Raymond2005-02-231-27/+43
* Move SiRF binary class from gps.py to gpsd.py.Eric S. Raymond2005-02-221-0/+57
* Explicit flush and settle time for Python, too.Eric S. Raymond2005-02-131-0/+2
* Document the TN 200 flow-control problem.Eric S. Raymond2005-02-131-0/+3
* Att code that attempts to switch a SiRF GPS to NMEA mode.Eric S. Raymond2005-02-081-0/+3
* Implemented baud-rate autoprobing in gpsprobe.Eric S. Raymond2005-02-071-2/+0
* Add rawread() method to the gpsd class, for use in gpsd probes.Eric S. Raymond2005-02-071-0/+9
* Empty-field check for altitude.Eric S. Raymond2004-11-101-9/+11
* More guard code in gpsd.py.Eric S. Raymond2004-11-101-10/+23
* This version has more of the needed guard code.Eric S. Raymond2004-11-101-12/+33
* Deal with Hamish's gpsprobe bug reports.Eric S. Raymond2004-11-091-3/+8
* Make gpsprobe able to handle FV18. Remove -p option, make it anEric S. Raymond2004-10-061-6/+14
* Fixes stimulated by the arrival of the Haicom HI 240-S.Eric S. Raymond2004-09-131-1/+1
* Simplify the gpsprobe interface; write everything to stdout.Eric S. Raymond2004-09-111-1/+1
* Don't try to set tty parameters if the open fails.Eric S. Raymond2004-09-101-1/+4
* Enable SiRFII chipset detection and fix day-extraction bug.Eric S. Raymond2004-09-091-1/+1
* Minor typo fixes.Eric S. Raymond2004-08-311-3/+4
* Make gpsd.py use a file object to talk with the GPS, that wayEric S. Raymond2004-08-301-23/+15
* Fix test maun bug.Eric S. Raymond2004-08-291-1/+3
* Symplify the Python interface.Eric S. Raymond2004-08-291-1/+1
* Document the Python interface.Eric S. Raymond2004-08-291-1/+1
* First cut at Python low-level interface.Eric S. Raymond2004-08-291-0/+338