lp:pygarmin
- Get this branch:
- bzr branch lp:pygarmin
Branch merges
Branch information
Recent revisions
- 91. By Björn Tillenius
-
Restart the USB session if we get a "No error" error.
This fixes the problem with the USBLink only works every second time.
See bug 252730 for more information. - 90. By Björn Tillenius
-
Stringify the raised exception before writing it to stderr.
Fixes bug 252727 (patch by Greg Whittier).
- 89. By Björn Tillenius
-
Add support for USB devices, such as Garmin Edge 305.
Add an USBLink class, which is similar to SerialLink, but it
communicates over USB instead of over a serial port.Add enough commands, so that runs and laps can be extracted from a
Garmin Edge 305. Should also work with Forerunner 305, and hopefully
with 205 as well. - 87. By bjoti
-
Make use of the logging module, instead of simply printing out debug info.
This gets rid of the need to guard debug message with an if statement.
It also allows external programs to plug into the logging, and easily
redirecting it to a file. - 85. By bjoti
-
Remove old code that was commented out.
We have a VCS if we want to use the old code later.
- 83. By bjoti
-
Merge dev_garmin.py into garmin.py and dev_pygarmin into pygarmin.
I've tried to retain all the changes, but I might have missed something.
The current garmin.py works for me, but it could be broken for others,
since there are no automatic tests. - 82. By hyrum_wright
-
Update the About dialog box to use gtk2. The About Dialog was inadvertantly
left out of the conversion in r89.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)