summaryrefslogtreecommitdiff
path: root/garmin.c
Commit message (Expand)AuthorAgeFilesLines
* GetPacket() lengthing nanosleep() ensure we get entire packet.Gary E. Miller2005-03-021-1/+1
* GetPacket() hangs in a read loop. Gary E. Miller2005-03-021-39/+33
* Vertical Speed now stored in sensible units (meters/sec), same as altitude. Gary E. Miller2005-03-021-2/+3
* Clean up packet reading.Gary E. Miller2005-03-021-19/+26
* Garmin: add some more debugging to garmin_probe().Gary E. Miller2005-03-021-1/+7
* clean up time calls so library will be reentrant.Eric S. Raymond2005-03-011-14/+14
* Clear satellites with the function provided.Eric S. Raymond2005-03-011-10/+3
* garmin.c typosGary E. Miller2005-03-011-3/+3
* First cut at adding dipslay of EPE, EPV, EPH and Vertical Speed to xgps.Gary E. Miller2005-03-011-1/+1
* Garmin: clear unused sats better.Gary E. Miller2005-03-011-1/+5
* Reorder garmin_probe() to eliminate forward reference.Gary E. Miller2005-03-011-17/+17
* Added garmin_probe(). Returns 0 if garmin_usb device found, otherwise return 1.Gary E. Miller2005-03-011-10/+32
* Garmin now reports altitude velocityGary E. Miller2005-02-281-1/+4
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-2/+0
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+6
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-1/+0
* Change garmin_init() code to be more independent of endian-ness.Gary E. Miller2005-02-221-22/+27
* Use a CPU friendly select() loop during initialization...Gary E. Miller2005-02-221-3/+39
* Output Garmin Driver and Product information at log level 1.Gary E. Miller2005-02-221-6/+17
* Be a little smarter about PIGary E. Miller2005-02-211-3/+1
* Precision changes.Eric S. Raymond2005-02-211-1/+1
* Remco Treffkorn's compatibility patch.Eric S. Raymond2005-02-211-6/+4
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-1/+1
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+1
* Don't set DOP fields from EPE information.Eric S. Raymond2005-02-171-9/+0
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-2/+2
* Indent cleanup.Eric S. Raymond2005-02-151-337/+327
* Design decision: yes, we *do* want to set the quality fields from epe.Eric S. Raymond2005-02-151-22/+44
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-89/+6
* Integrate first-cut Garmin binary driver.Eric S. Raymond2005-02-141-0/+754