View Single Post
Old 26-01-2008, 18:18   #22
phiggins
Registered User
 
phiggins's Avatar
 
Join Date: Nov 2004
Location: Toronto
Boat: ODAY 35 GDAYII
Posts: 321
USB Serial GPS Working

I finally figured out how to make the Mariner program see my GPS which was connected to the XO via a USB serial cable.

If you bring up Mariner and there is nothing in the Serial port dropdown list. Do this:
stop Mariner then create a new file:

/home/olpc/Mariner/jre/linux/lib/ext/gnu.io.rxtx.properties

and add this line:

gnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyUSB1:

save the file.

Restart Mariner

The above statement will tell the RXTXCommDriver.java explicity which ports to look for the GPS.

Paul
phiggins is offline   Reply With Quote