summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Better progress message.Eric S. Raymond2005-04-021-1/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-3/+3
* Garmin: more certain init of the serial portGary E. Miller2005-03-241-1/+3
* Big structure reorganization.Eric S. Raymond2005-03-221-24/+24
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-1/+1
* Put the initialization further back...Eric S. Raymond2005-03-161-1/+1
* Make sure the out-of-band packet-type value gets set.Eric S. Raymond2005-03-161-0/+1
* Clean up device initialization.Eric S. Raymond2005-03-161-4/+2
* N command is now fully implemented.Eric S. Raymond2005-03-151-1/+1
* We don't actually need O_SYNC.Eric S. Raymond2005-03-121-4/+1
* Three small fixes.Derrick Brashear2005-03-121-1/+4
* Mac OS port fixes. Describe WAAS/EGNOS in the GPS Hacking document.Eric S. Raymond2005-03-121-1/+1
* Get a heads-up when the basic serial-device open fails.Eric S. Raymond2005-03-081-1/+3
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-1/+1
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-7/+8
* Oops. Put in the actual driver switch.Eric S. Raymond2005-03-041-0/+1
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-1/+1
* Aha! The Garmin probe works now.Eric S. Raymond2005-03-041-1/+1
* Packet engine now copes gracefully when reads span packet boundaries.Eric S. Raymond2005-02-281-6/+9
* Skip autobauding if Garmin type is selected.Gary E. Miller2005-02-281-0/+9
* Turns out reliable sync isn't good enough for some SiRF chips. you reallyEric S. Raymond2005-02-261-17/+3
* Cache both speed and stopbits.Eric S. Raymond2005-02-261-0/+1
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-11/+3
* Explicit support for the FV18 is gone, instead we ship its init string at everyEric S. Raymond2005-02-261-1/+1
* e now iterate over 1 or 2 stop bits as well as baudrates.Eric S. Raymond2005-02-261-15/+18
* Swith SiRF-binary GPSes to NMEA mode.Eric S. Raymond2005-02-251-3/+14
* Yes! With the new state machine, we don't need the 3-second delay!Eric S. Raymond2005-02-251-2/+0
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-18/+2
* Always toss stale data, whether or not we change baud.Eric S. Raymond2005-02-241-1/+1
* More efficient baud hunting -- always start at the last successful speed,Eric S. Raymond2005-02-241-25/+33
* Don't let validation be fooled by short reads.Eric S. Raymond2005-02-231-8/+9
* Sigh...have to reinstate a delay. It's shorter this time, though.Eric S. Raymond2005-02-231-15/+18
* Factor out sync after write.Eric S. Raymond2005-02-231-0/+16
* Baud hunting now has very low overhead, so go ahead and hunt for 57600.Eric S. Raymond2005-02-231-1/+1
* Typo fix.Eric S. Raymond2005-02-231-2/+2
* Support B57600.Eric S. Raymond2005-02-231-2/+5
* Aha -- long timeout after baud change isn't needed any more with theEric S. Raymond2005-02-221-6/+0
* Use O_SYNC to guarantee that nmea_send() writes complete before the Eric S. Raymond2005-02-221-1/+1
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-53/+44
* Cleaner connect_at_speed code.Eric S. Raymond2005-02-201-1/+5
* Nonblocking open is not necessary.Eric S. Raymond2005-02-201-13/+2
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-3/+2
* First version with woRking baud rate change.Eric S. Raymond2005-02-131-1/+1
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-14/+17
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-6/+1
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-2/+2
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-7/+10
* Refactor so NMEA validation lives with the parser.Eric S. Raymond2005-02-131-26/+1
* Checkpoint: working version of baud-hunting code, but with the drivers stillEric S. Raymond2005-02-131-11/+89
* Document the TN 200 flow-control problem.Eric S. Raymond2005-02-131-0/+5