|
Re: Help w/ download data from Garmin 305: msg#00040hardware.gps.gpsbabel.general
Hi Ruben, > Hello, > > I need help to download data from my Garmin 305, I am > intereted in > getting the heart rate information so I can manipulate > it in a > Spreadsheet. I had been trying the following GPSBabel > command with out > success (any comments): > > gpsbabel.exe -i garmin -f usb: -o xcsv -F test.txt The xcsv format always needs option "style". > and this: > > gpsbabel.exe -i garmin301 -f usb: -o xcsv -F test.txt > The input format you need for your device MUST BE "garmin". gpsbabel -i garmin -f ........ > What I am doing wrong? I try to use the following > style that I copy from > the web in a text file that I name Garmin301.style The garmin301 format is an inbuild format based on the style file. So the following both samples should work: gpsbabel -i garmin -f usb: -o garmin301 -F test.txt gpsbabel -i garmin -f usb: -o xcsv,style=garmin301.style -F test.txt > No success also, This time I use: gpsbabel.exe -i > garmin -f usb: -o > xcsv,style=c:\program files\gpsbabel\garmin301.style > -F test.txt Not really bad, but the space character in "program files" separates the line. Simple quote the filename and GPSBabel is happy. ... xcsv,style="c:\program files\gpsbabel\garmin301.style" ... O.K. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@xxxxxxxxxxxxxxxxxxxxx To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Help w/ download data from Garmin 305: 00040, Robert Lipe |
|---|---|
| Next by Date: | Error code -10814: 00040, Ronald Bestow |
| Previous by Thread: | Re: Help w/ download data from Garmin 305i: 00040, Robert Lipe |
| Next by Thread: | Error code -10814: 00040, Ronald Bestow |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |