[OSM-talk] Choice of GPS for bicycle use in London
Christian van den Bosch
cjb at cjb.ie
Mon May 22 11:00:00 BST 2006
Barnett, Phillip wrote:
> (It's also annoying that I can't get track logs directly out using my
> Powerbook, but have to turn on my ancient PC in the basement. I was
> hoping to do some logging in North Wales this summer, but editing will
> be a pain - and may have to wait indefinitely. Anyone have an update on
> Garmin's 'Mac support in 2006' statement?)
Doesn't gpsbabel exist on mac? You may find that some variant on this
script works for you - it's what I use on linux to to read tracks from
my Garmin connected via a usb-serial adaptor:
#!/bin/sh
T=garmin,poweroff
I=/dev/ttyUSB0
D=`date +%Y%m%d-%H`
O=$HOME/gps/$D.gpx
echo Reading tracks from $T at $I, writing gpx to $O
gpsbabel -t -i $T -f $I -o gpx -F $O
ls -l $O
Christian / cjb
http://www.cjb.ie/
More information about the talk
mailing list