The baud rate for Garmin GPS units should be set to 9600.
Perhaps the problem is not the serial connection. It could be that your eTrex is not compatible with MapSource.
There is a connection of some type because you are seeing serial data being logged. Judging from the nature of the data, it appears that MapSource is sending data out the serial port.
The $PGRMO,,G that you're seeing is a NMEA sentence that is telling the receiving device to set itself to Garmin mode. As you have already physically set it to Garmin mode, it would not understand this command. Then it appears that MapSource begins transmitting in Garmin mode but the eTrex is not responding.
(The first line of the log data that you posted shows in ASCII what is being transmitted while the second line is the hexadecimal data. i.e. $PGGRMO,,G is 245047524D4F2C2C470D0A. The 0D0A on the end is a carriage return and line feed... basically the Return key.)
If you're interested in the details of Garmin's NMEA, see this document at the Garmin site.
Now, two questions;
1. Which model of eTrex do you have? (very important)
2. Does your eTrex work with MapSource running on a PC?
I'm a professional programmer and am quite familiar with both NMEA and the Garmin protocols. I'm in the final stages of completing a native Mac OS X application, named iGPS, that will transmit and receive waypoints and routes between serial Garmin GPS units. The software is about 1 to 2 months away from release.
Here is some additional information about iGPS:
iGPS is a Mac OS X Universal application that works with any Garmin GPS that has a serial connector.
Transmit and receive waypoints and routes to and from a GPS
Save the waypoints and routes to a file on your Mac
Edit the waypoints and routes on your Mac instead of the GPS
Transfer waypoints and routes between different Garmin GPS models
Create new waypoints and routes
Print waypoint and route reports or save them as PDF files
Search routes for a particular waypoint
Find the distance between any two waypoints in a route
Configure iGPS for metric, nautical or U.S. measurements
If we can't get your eTrex running with MapSource, iGPS certainly will work.
Last edited: Jun 14, 2007