diff --git a/README.md b/README.md index 330e7d3..46a7d02 100755 --- a/README.md +++ b/README.md @@ -15,21 +15,21 @@ backend is the USB backend that handles all communication to the V800 itself and backend is from Bipolar 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:
+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 :)
Credits: I couldn't of done this program without the Bipolar 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.
+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.
License: All V800 Downloader files are licensed GPL3. The Bipolar files under src/bipolar are licensed GPL3 per the original source.