<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8164861635405120255</id><updated>2011-07-07T13:26:05.249-07:00</updated><category term='linux'/><category term='GPS'/><title type='text'>fRiSi's Blog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mr-frisi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8164861635405120255/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mr-frisi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>fRiSi</name><uri>http://www.blogger.com/profile/04641337370181563284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8164861635405120255.post-7348983392196667397</id><published>2007-01-27T22:32:00.000-08:00</published><updated>2008-12-28T11:19:32.523-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='GPS'/><title type='text'>Data transfer from GPSmap 60CSx to a linux PC</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_rB6EZvMW4k0/SVfJNx5tVvI/AAAAAAAAAAM/BEExDONQI7M/s1600-h/garmin_connected.jpg"&gt;&lt;img style="cursor: pointer; width: 320px; height: 167px;" src="http://2.bp.blogspot.com/_rB6EZvMW4k0/SVfJNx5tVvI/AAAAAAAAAAM/BEExDONQI7M/s320/garmin_connected.jpg" alt="" id="BLOGGER_PHOTO_ID_5284913926313432818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Last month Lovely Systems and Telesis sponsored me a brand new &lt;cite&gt;Garmin GPSmap 60CSx&lt;/cite&gt; - thanks a lot!&lt;/p&gt;&lt;br /&gt;&lt;p&gt;During evaluations for the &lt;a class="reference" href="http://loccata.telesis.at/"&gt;Loccata project&lt;/a&gt; I previously could play around with a &lt;cite&gt;Garmin eTrex Summit&lt;/cite&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This is gonna show you a way to transfer data such as waypoints or tracks from your garmin device to your PC and the other way round.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;There might be nicer applications or easier solutions for this, please let me know about them.&lt;/p&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h1&gt;&lt;a id="connecting-the-device-with-your-pc" name="connecting-the-device-with-your-pc"&gt;Connecting the device with your PC&lt;/a&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p&gt;According to the &lt;a class="reference" href="http://www.ncc.up.pt/gpsman/gpsmanhtml/manual/html/GPSMandoc_52.html"&gt;GPSMan manual&lt;/a&gt; linux kernels &amp;gt; 2.6.11 ship with a driver for garmin devices (&lt;a class="reference" href="http://sourceforge.net/projects/garmin-gps/"&gt;http://sourceforge.net/projects/garmin-gps/&lt;/a&gt;)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;To see if you're having the drivers installed and can connect to your GPS device plug in the cables, whatch your syslog &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;tail&lt;/span&gt; &lt;span class="pre"&gt;-f&lt;/span&gt; &lt;span class="pre"&gt;/var/log/messages&lt;/span&gt;&lt;/tt&gt; and power on your device. You should see something like:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;usb 3-2: new full speed USB device using uhci_hcd and address 3&lt;br /&gt;usb 3-2: new device found, idVendor=091e, idProduct=0003&lt;br /&gt;usb 3-2: new device strings: Mfr=0, Product=0, SerialNumber=0&lt;br /&gt;usb 3-2: configuration #1 chosen from 1 choice&lt;br /&gt;usbcore: registered new driver usbserial&lt;br /&gt;drivers/usb/serial/usb-serial.c: USB Serial support registered for generic&lt;br /&gt;usbcore: registered new driver usbserial_generic&lt;br /&gt;drivers/usb/serial/usb-serial.c: USB Serial Driver core&lt;br /&gt;drivers/usb/serial/usb-serial.c: USB Serial support registered for Garmin GPS usb/tty&lt;br /&gt;garmin_gps 3-2:1.0: Garmin GPS usb/tty converter detected&lt;br /&gt;usb 3-2: Garmin GPS usb/tty converter now attached to ttyUSB0&lt;br /&gt;usbcore: registered new driver garmin_gps&lt;br /&gt;drivers/usb/serial/garmin_gps.c: garmin gps driver v0.23&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;Now you also know that your device has been attached to &lt;cite&gt;/dev/ttyUSB0&lt;/cite&gt;:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;usb 3-2: Garmin GPS usb/tty converter now attached to ttyUSB0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;The CD included in the package of the 60CSx only comes with USB drivers for windows.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you don't have the driver you can download it on the sourceforge project page &lt;a class="reference" href="http://sourceforge.net/projects/garmin-gps/"&gt;http://sourceforge.net/projects/garmin-gps/&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Luckily i already used a &lt;cite&gt;Garmin eTrex Summit&lt;/cite&gt; before and had it's&lt;br /&gt;driver installed previously. These drivers also worked for connecting the 60CSx.&lt;/p&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="permission-settings" name="permission-settings"&gt;Permission settings&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;div class="sidebar"&gt;&lt;br /&gt;&lt;p class="last"&gt;Note: If you want to upload data (such as waypoints or tracks) to your device you need to&lt;br /&gt;change the permissions.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;By default users must not read or write from/to the device:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;frisi:/ # l /dev/ttyUSB*&lt;br /&gt;crw-rw---- 1 root uucp 188, 0 Dec 29 10:00 /dev/ttyUSB0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;We change the permissions so ever user can read and write to the device:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;frisi:/ # chmod o+rw /dev/ttyUSB0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;Other maybe more elegant solutions can be found here: &lt;a class="reference" href="http://www.gpsbabel.org/os/Linux_Hotplug.html"&gt;http://www.gpsbabel.org/os/Linux_Hotplug.html&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h1&gt;&lt;a id="applications" name="applications"&gt;Applications&lt;/a&gt;&lt;/h1&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="recherche" name="recherche"&gt;Recherche&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;I've been doing quite some research on applications to load data to and from my garmin gps device.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Some of the links i found are listed on &lt;a class="reference" href="http://del.icio.us/frisi/gis"&gt;http://del.icio.us/frisi/gis&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The apps i'll describe in this section are &lt;a class="reference" href="http://www.blogger.com/post-create.g?blogID=8164861635405120255#gpsman"&gt;GPSMan&lt;/a&gt; and &lt;a class="reference" href="http://www.blogger.com/post-create.g?blogID=8164861635405120255#gpsbabel"&gt;GPSbabel&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I'd love to have a kde application for this, so i considered using &lt;a class="reference" href="http://www.kde-apps.org/content/show.php?content=19776"&gt;GRASS GIS&lt;/a&gt; (which i did not yet try out).&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;a class="reference" href="http://sourceforge.net/projects/kgis/"&gt;KGIS&lt;/a&gt; started in 2002, had no development the last years, so i don't think this is very promising.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="gpsman" name="gpsman"&gt;GPSMan&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;You can download &lt;cite&gt;GPS Manager&lt;/cite&gt; from it's official website &lt;a class="reference" href="http://www.ncc.up.pt/gpsman/"&gt;http://www.ncc.up.pt/gpsman/&lt;/a&gt;.&lt;br /&gt;GPSMan is very well documented, a PDF describing it's features, installation and usage and giving information on the data types waypoint, track, route and group can be found on the website too.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Start &lt;cite&gt;GPS Manager&lt;/cite&gt; by providing the device your garmin is located at:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;frisi@frisi:~&amp;gt; gpsman usb=/dev/ttyUSB0 &amp;amp;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;You will see the main window with buttons named &lt;cite&gt;Data&lt;/cite&gt;, &lt;cite&gt;GPS receiver&lt;/cite&gt;, &lt;cite&gt;Map&lt;/cite&gt;, &lt;cite&gt;Definitions&lt;/cite&gt; and &lt;cite&gt;Options&lt;/cite&gt;.&lt;/p&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h3&gt;&lt;a id="configuration" name="configuration"&gt;Configuration&lt;/a&gt;&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;First configure GPSMan using the &lt;cite&gt;Options&lt;/cite&gt; menu.&lt;/p&gt;&lt;br /&gt;&lt;ul class="simple"&gt;&lt;br /&gt;&lt;li&gt;set the GPS Model to Garmin&lt;/li&gt;&lt;br /&gt;&lt;li&gt;in &lt;cite&gt;Receiver parameters&lt;/cite&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;set the &lt;cite&gt;Default protocol&lt;/cite&gt; to &lt;cite&gt;Garmin&lt;/cite&gt; &lt;strong&gt;NOT&lt;/strong&gt; &lt;cite&gt;Garmin USB&lt;/cite&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;check &lt;cite&gt;accept all characters&lt;/cite&gt; to allow spaces and other chars too (eTrex Summit could not handle these, the 60CSx can do)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;you can leave the other settings untouched&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;in &lt;cite&gt;Serial port and files&lt;/cite&gt;  set the serial port to &lt;cite&gt;/dev/ttyUSB0&lt;/cite&gt; or whatever device you got in &lt;a class="reference" href="http://www.blogger.com/post-create.g?blogID=8164861635405120255#connecting-the-device-with-your-pc"&gt;Connecting the device with your PC&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;These are the must-have settings to connect your device.&lt;br /&gt;You might want to have a look at the &lt;a class="reference" href="http://www.blogger.com/GPSMandoc.pdf"&gt;documentation&lt;/a&gt; for&lt;br /&gt;more information on the other settings.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h3&gt;&lt;a id="transfer-data" name="transfer-data"&gt;Transfer data&lt;/a&gt;&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;To download Data you can either invoke the &lt;cite&gt;Receiver window&lt;/cite&gt; under the &lt;cite&gt;GPS receiver&lt;/cite&gt; menu or use the menuitems in there (GPS receiver / get / ...).&lt;/p&gt;&lt;br /&gt;&lt;p&gt;To connect the device hit the &lt;cite&gt;check&lt;/cite&gt; button. If it got connected successfully it turns green and the label changes to &lt;cite&gt;online&lt;/cite&gt;.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_rB6EZvMW4k0/SVfKIwRixxI/AAAAAAAAAAU/E5CZE8GwJSM/s1600-h/receiver-window.png"&gt;&lt;img style="cursor: pointer; width: 287px; height: 320px;" src="http://3.bp.blogspot.com/_rB6EZvMW4k0/SVfKIwRixxI/AAAAAAAAAAU/E5CZE8GwJSM/s320/receiver-window.png" alt="" id="BLOGGER_PHOTO_ID_5284914939488814866" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The &lt;cite&gt;GPS receiver&lt;/cite&gt; menu allows you to connect to your device and up- and download data.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;To import waypoints simply click on &lt;cite&gt;WPoint&lt;/cite&gt; in the get (download) area (this works the same for Tracks and Routes)&lt;br /&gt;If you want your waypoints to show up in the map check &lt;cite&gt;Display items on map&lt;/cite&gt; (you can also change this for any item later)&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The downloaded items now show up in the &lt;cite&gt;Lists&lt;/cite&gt; menu.&lt;br /&gt;It is accessible via &lt;cite&gt;Data / Lists&lt;/cite&gt; but should pop up automatically&lt;br /&gt;when you start up GPSMan.&lt;/p&gt;&lt;br /&gt;&lt;div class="sidebar"&gt;&lt;br /&gt;&lt;p class="first sidebar-title"&gt;Note&lt;/p&gt;&lt;br /&gt;&lt;p class="last"&gt;Read documentation on data (p. 20 and following in the pdf) to see what you can do with waypoints, tracks and so on&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h3&gt;&lt;a id="save-export-data" name="save-export-data"&gt;Save/export data&lt;/a&gt;&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;To save your Tracklog to display it on maps, share it with friends or simply archive it for computing statistics later on, you can use the save and export functions.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_rB6EZvMW4k0/SVfNVeKLOtI/AAAAAAAAAAk/6Ttc62DbTRY/s1600-h/lists-window.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 173px;" src="http://2.bp.blogspot.com/_rB6EZvMW4k0/SVfNVeKLOtI/AAAAAAAAAAk/6Ttc62DbTRY/s320/lists-window.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5284918456499256018" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The &lt;cite&gt;Lists&lt;/cite&gt; menu lets you manage, edit, import and export waypoints, routs and tracks.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I don't know which is &lt;em&gt;the&lt;/em&gt; standard format for sharing waypoints and tracks. GPX which is an XML format seems very promising to me but i don't know if GPSTrans, MapSend or Ozi are wider used.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;For the time being i use &lt;cite&gt;save&lt;/cite&gt; instead of &lt;cite&gt;export&lt;/cite&gt; to save the files in a gpsmap internal format to not lose any information when exporting.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="gpsbabel" name="gpsbabel"&gt;GPSbabel&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;GPSbabel is an application to convert spatial information given in&lt;br /&gt;a certain data and projection into various other formats.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;You can download the most recent version on the homepage &lt;a class="reference" href="http://www.gpsbabel.org/"&gt;http://www.gpsbabel.org&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I'm using GPSbabel not only for conversions but also to upload waypoints of &lt;a class="reference" href="http://geocaching.com/"&gt;http://geocaching.com&lt;/a&gt; caches to my garmin.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The format of these &lt;cite&gt;*.LOC&lt;/cite&gt; files is geocaching.com-specific&lt;br /&gt;and supported by gpsbabel too: &lt;a class="reference" href="http://www.gpsbabel.org/htmldoc-1.3.0/fmt_geo.html"&gt;http://www.gpsbabel.org/htmldoc-1.3.0/fmt_geo.html&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I used gpsbabel to convert the file &lt;cite&gt;GCN8A0.loc&lt;/cite&gt; and upload it to my garmin device:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;gpsbabel -i geo -f GCN8A0.loc -o garmin,power_off=0 -F /dev/ttyUSB0&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;to get a waypoint file you can use with &lt;a class="reference" href="http://www.blogger.com/post-create.g?blogID=8164861635405120255#gpsman"&gt;GPSMan&lt;/a&gt; try something like:&lt;/p&gt;&lt;br /&gt;&lt;pre class="literal-block"&gt;&lt;br /&gt;gpsbabel -i geo -f GCN8A0.loc -o gpsman -F GCN8A0-gpsman.wpt&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;p&gt;you can also download data from your device using gpsbabel, see &lt;a class="reference" href="http://www.gpsbabel.org/htmldoc-development/fmt_garmin.html"&gt;http://www.gpsbabel.org/htmldoc-development/fmt_garmin.html&lt;/a&gt; for more details.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h1&gt;&lt;a id="outlook" name="outlook"&gt;Outlook&lt;/a&gt;&lt;/h1&gt;&lt;br /&gt;&lt;p&gt;Now that i found a way to transfer data from my garmin to the PC,&lt;br /&gt;i want to play with this data and my GPS device a little more.&lt;/p&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="statistics" name="statistics"&gt;Statistics&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;I'm interested in some statistical information on my bike tours such as distance, average speed, vertical meters up/down, elevation charts.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;GPSMan can do a lot of this already:&lt;br /&gt;In the &lt;cite&gt;Lists&lt;/cite&gt; view double click a track. In the track menu that will&lt;br /&gt;pop up you can click the &lt;cite&gt;Compute&lt;/cite&gt; button to get some statistical information and a menu for generating plots such as elevation sideview by time or by distance.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="maps" name="maps"&gt;Maps&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;GPSMan can display waypoints with different icons and tracks in a map (see screenshot).&lt;/p&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_rB6EZvMW4k0/SVfKZmQJS-I/AAAAAAAAAAc/Y_A48d7Bn6E/s1600-h/map-window.png"&gt;&lt;img style="cursor: pointer; width: 320px; height: 259px;" src="http://1.bp.blogspot.com/_rB6EZvMW4k0/SVfKZmQJS-I/AAAAAAAAAAc/Y_A48d7Bn6E/s320/map-window.png" alt="" id="BLOGGER_PHOTO_ID_5284915228856372194" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;GPSMan can also use maps in the background, but i need to find out how to obtain and use maps for this.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;There are also some online services that let you upload tracks and generate a map with your track.&lt;br /&gt;One of these is &lt;a class="reference" href="http://www.gpsvisualizer.com/map"&gt;http://www.gpsvisualizer.com/map&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;There is a tutorial how to integrate a route in google maps on &lt;a class="reference" href="http://www.marengo-ltd.com/gps/"&gt;http://www.marengo-ltd.com/gps/&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="section"&gt;&lt;br /&gt;&lt;h2&gt;&lt;a id="mapsource" name="mapsource"&gt;MapSource&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;p&gt;I did not yet play with the map support of the 60Csx (eTrex Summit did not have it).&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I need to check if there are any applications for linux, of if i can use it with an emulator.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;According to the &lt;a class="reference" href="http://www.garmin.com/support/faqs/faq.jsp?faq=445"&gt;Garmin FAQ&lt;/a&gt; garmin does not plan to ship mapsource for other operating systems than windows atm.&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8164861635405120255-7348983392196667397?l=mr-frisi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mr-frisi.blogspot.com/feeds/7348983392196667397/comments/default' title='Kommentare zum Post'/><link rel='replies' type='text/html' href='http://mr-frisi.blogspot.com/2007/01/data-transfer-from-gpsmap-60csx-to.html#comment-form' title='0 Kommentare'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8164861635405120255/posts/default/7348983392196667397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8164861635405120255/posts/default/7348983392196667397'/><link rel='alternate' type='text/html' href='http://mr-frisi.blogspot.com/2007/01/data-transfer-from-gpsmap-60csx-to.html' title='Data transfer from GPSmap 60CSx to a linux PC'/><author><name>fRiSi</name><uri>http://www.blogger.com/profile/04641337370181563284</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_rB6EZvMW4k0/SVfJNx5tVvI/AAAAAAAAAAM/BEExDONQI7M/s72-c/garmin_connected.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
