summaryrefslogtreecommitdiff
path: root/aoview/aoview_serial.c
Commit message (Collapse)AuthorAge
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* use g_source_destroy instead of free on serial objectKeith Packard2009-07-18
|
* Trim aoview_serial_set_callback args down to just port and callbackKeith Packard2009-07-18
|
* aoview: Add eeprom data fetchingKeith Packard2009-06-03
| | | | | | | Fetches the last flight data from a TM device connected via USB and writes it to the flight log directory. Signed-off-by: Keith Packard <keithp@keithp.com>
* Handle disappearing serial devicesKeith Packard2009-05-17
| | | | | | | Put up a dialog when the serial open fails, and shut down monitoring when the serial device disappears while running. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add preliminary aoview codesn4-flight2sn4-flight1Keith Packard2009-05-16
AoView connects with TeleDongle to present telemetry information in a reasonable form. Right now, it just displays information to stdout, but it does have fancy dialogs for finding the USB devices. Signed-off-by: Keith Packard <keithp@keithp.com>