Skip to content

Commit

Permalink
Fixed README formatting
Browse files Browse the repository at this point in the history
Because I'm bad at HTML.
  • Loading branch information
profanum429 committed Aug 17, 2014
1 parent fd3d59f commit 5024ec3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ backend is the USB backend that handles all communication to the V800 itself and
backend is from <a href="https://www.github.com/pcolby/bipolar">Bipolar</a> and is responsible for doing the actual hardwork; the converting
the session data into good formats like TCX, GPX and HRM.

Steps to use:
1) Connect your V800 to the computer with the USB cable
2) Run V800 Downloader; it should display a message saying that it is retrieving session data
3) Select which sessions you desire to download from the list. You can grab as many or little as you like.
4) Check what output formats you'd like to get
5) Click Download Sessions. Progress will be displayed and when finished a message telling you where the files are located will be displayed.
Additionally any error messages will appear here also.
6) Upload your files :)
Steps to use:<br>
1) Connect your V800 to the computer with the USB cable<br>
2) Run V800 Downloader; it should display a message saying that it is retrieving session data<br>
3) Select which sessions you desire to download from the list. You can grab as many or little as you like. <br>
4) Check what output formats you'd like to get<br>
5) Click Download Sessions. Progress will be displayed and when finished a message telling you where the files are located will be displayed. <br>
Additionally any error messages will appear here also.<br>
6) Upload your files :)<br>

Credits:
I couldn't of done this program without the <a href="https://www.github.com/pcolby/bipolar">Bipolar</a> project as it does the hard work of
converting the data into actual files. All of my modifications are available at https://www.github.com/profanum429/v800_downloader, under the
src/bipolar directory.
LibUSB from libusb.info. Version 1.0.19 is incorporated into V800 Downloader. I've made no source modifications.
rawhid from https://www.pjrc.com/teensy/rawhid.html. I use the V1.0 of the OS X version for USB communication in OS X.
src/bipolar directory.<br>
LibUSB from libusb.info. Version 1.0.19 is incorporated into V800 Downloader. I've made no source modifications. <br>
rawhid from https://www.pjrc.com/teensy/rawhid.html. I use the V1.0 of the OS X version for USB communication in OS X.<br>

License:
All V800 Downloader files are licensed GPL3. The Bipolar files under src/bipolar are licensed GPL3 per the original source.

0 comments on commit 5024ec3

Please sign in to comment.