summaryrefslogtreecommitdiff
path: root/gpsctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. From Matt RoberdsChris Kuethe2009-06-051-1/+1
* Support --disable-controlsendEric S. Raymond2009-03-061-2/+11
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-2/+26
* Support changing cycle time with gpctl and gpsmon, if the device supports it.Eric S. Raymond2009-03-051-3/+32
* Yikes! Change to -x and 'x'.Eric S. Raymond2009-03-051-4/+4
* Process mode arguments a bit more forgivingly.Eric S. Raymond2009-03-021-4/+4
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-20/+85
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-3/+4
* Set readonly properly for gpsctl -e.Eric S. Raymond2009-02-251-0/+6
* sirfmon now has a driver-table architecture, like the daemon.Eric S. Raymond2009-02-161-1/+1
* Give the ubx driver a real control_send method.Eric S. Raymond2009-02-151-22/+2
* sirfmon now switches speed using the driver method.Eric S. Raymond2009-02-141-1/+8
* Typo fix.Eric S. Raymond2009-02-131-1/+1
* All driver method tables are now const.Eric S. Raymond2009-02-121-3/+3
* This typo fix means I should probably be asleep.Eric S. Raymond2009-02-121-1/+1
* Thinko fix.Eric S. Raymond2009-02-121-1/+1
* Fix some stuttering.Eric S. Raymond2009-02-121-25/+24
* Splint cleanup.Eric S. Raymond2009-02-111-3/+5
* Instrument autodetection a little better.Eric S. Raymond2009-02-101-2/+7
* Suppress probing for subtype if we're just sampling packets.Eric S. Raymond2009-02-091-0/+4
* Explain why we wait for packets.Eric S. Raymond2009-02-081-1/+9
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-6/+11
* Eliminate anticipatory driver switching.Eric S. Raymond2009-02-071-23/+29
* Set hex-dump level properly in gpsctl.Eric S. Raymond2009-02-071-0/+1
* Improved error messages.Eric S. Raymond2009-02-071-8/+10
* Make the tool time out if it can't open the device.Eric S. Raymond2009-02-071-8/+34
* Make hex_escapes() generally available.Eric S. Raymond2009-01-301-71/+0
* Refactor so we can re-use the hex dumper.Eric S. Raymond2009-01-301-70/+80
* Make gpsctl list speed switchers.Eric S. Raymond2009-01-291-0/+4
* String typo fix.Eric S. Raymond2009-01-291-1/+1
* Splint cleanup.Eric S. Raymond2009-01-291-1/+1
* Send mode-change strings unconditionally.Eric S. Raymond2009-01-281-19/+10
* Enhance gpsctl output so it shows a capability table.Eric S. Raymond2009-01-231-1/+10
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-2/+3
* Splint cleanup.Eric S. Raymond2009-01-211-5/+13
* When attempting reset, try shipping the control string at current speed...Eric S. Raymond2009-01-211-0/+3
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-1/+19
* Fix some "What was I thinking?" code.Eric S. Raymond2009-01-211-14/+4
* Magic-number elimination.Eric S. Raymond2009-01-191-3/+3
* Device subtype probe has to be gated by the readonly flag...Eric S. Raymond2009-01-091-2/+0
* the driver switcher that's coming back to bite us.Eric S. Raymond2009-01-091-4/+7
* hushChris Kuethe2009-01-091-1/+1
* Experimental code for gpsctl -r option.Eric S. Raymond2009-01-091-16/+53
* Generalize the -e switch so it can dump mode switch and speed switch strings.Eric S. Raymond2009-01-071-64/+68
* Add the -re option to gpsctl to echo framed control strings to stdout.Eric S. Raymond2009-01-071-75/+98
* Hex p[arsing fix by Beat Bolli.Eric S. Raymond2009-01-071-3/+4
* New gpsctl send-string feture is ready for test.Eric S. Raymond2009-01-061-4/+92
* Clean up gpsctl a bit before extending it.Eric S. Raymond2009-01-061-9/+9
* Yet more splint cleanup. 3.1.2 really is more capable than 3.1.1, it seems.Eric S. Raymond2008-07-101-1/+1
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-9/+9