Transplant CF GPS

A note from the Forum:

I've found that on the iPAQ I can make the (Transplant) CF card run gpsd on insertion with the following addition to the end of the "/etc/pcmcia/serial.opts" file:

if [ "$PRODID_1.$PRODID_2.$PRODID_3.$PRODID_4" = "Transplant GPS.D157N.S2." ];

then

start_fn() { sleep 2; /usr/sbin/gpsd.bin -s 4800 -p /dev/$DEVICE ; }

fi

# Note the above is THREE lines starting with "if", "start_fn" and "fi"

[back to overview]

© Copyright 2003 - qpeGPS project team, All Rights Reserved. Don't hesitate to comment!