<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Reading live data from a Garmin GPS unit on OS X</title>
	<atom:link href="http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:05:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lissanna</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-161812</link>
		<dc:creator>lissanna</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-161812</guid>
		<description>I shall afford will disagree


I can suggest to come on a site where there is a lot of information on a theme interesting you. &lt;a href=&quot;http://healthwellnesslife.net/&quot; rel=&quot;nofollow&quot;&gt;Health Wellness Life&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I shall afford will disagree</p>
<p>I can suggest to come on a site where there is a lot of information on a theme interesting you. <a href="http://healthwellnesslife.net/" rel="nofollow">Health Wellness Life</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Alsip</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-141930</link>
		<dc:creator>Mark Alsip</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-141930</guid>
		<description>Fantastic information from start to finish and still relevant almost 2 years after (apparently) the entry was posted.  Thank you!  I also own the old but trustworthy yellow eTrex.  I&#039;d written custom S/W to communicate with it under Windows using various incarnations of Visual Basic and C#.  After becoming a Mac convert last year I despaired ever being able to do the same on my MacBook running OS X Leopard (no serial ports).  I bought the suggested Keyspan adapter, installed the Mac drivers (read the users guide first!), plugged in the adapater, and... everything&#039;s working on the first try.  Wow.  I&#039;m going to build my own S/W in XCode rather than go the Python route, but this blog has already moved me beyond the hardest part of such a project.  Well done!  Very well done...</description>
		<content:encoded><![CDATA[<p>Fantastic information from start to finish and still relevant almost 2 years after (apparently) the entry was posted.  Thank you!  I also own the old but trustworthy yellow eTrex.  I&#8217;d written custom S/W to communicate with it under Windows using various incarnations of Visual Basic and C#.  After becoming a Mac convert last year I despaired ever being able to do the same on my MacBook running OS X Leopard (no serial ports).  I bought the suggested Keyspan adapter, installed the Mac drivers (read the users guide first!), plugged in the adapater, and&#8230; everything&#8217;s working on the first try.  Wow.  I&#8217;m going to build my own S/W in XCode rather than go the Python route, but this blog has already moved me beyond the hardest part of such a project.  Well done!  Very well done&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Osbourne</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-134578</link>
		<dc:creator>Dave Osbourne</dc:creator>
		<pubDate>Mon, 04 May 2009 21:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-134578</guid>
		<description>This was a very useful tutorial, I hope you keep this online for others (and myself) to reference down the road in-perpetuity.</description>
		<content:encoded><![CDATA[<p>This was a very useful tutorial, I hope you keep this online for others (and myself) to reference down the road in-perpetuity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmetc</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-53788</link>
		<dc:creator>emmetc</dc:creator>
		<pubDate>Sat, 10 Nov 2007 10:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-53788</guid>
		<description>Hi Chris. I&#039;ve never tried to run Python scripts under Xcode, so I can&#039;t be of direct help there (in fact, I&#039;m not sure that Xcode can even compile Python at all).

You can try running the Python script directly from the command line though. In Terminal.app, go to the directory that the script is in and type &quot;python main.py&quot;. Note that you&#039;ll have to have the PySerial and PyGPS modules installed for this to work.</description>
		<content:encoded><![CDATA[<p>Hi Chris. I&#8217;ve never tried to run Python scripts under Xcode, so I can&#8217;t be of direct help there (in fact, I&#8217;m not sure that Xcode can even compile Python at all).</p>
<p>You can try running the Python script directly from the command line though. In Terminal.app, go to the directory that the script is in and type &#8220;python main.py&#8221;. Note that you&#8217;ll have to have the PySerial and PyGPS modules installed for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrs McGoogan</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-53762</link>
		<dc:creator>Mrs McGoogan</dc:creator>
		<pubDate>Sat, 10 Nov 2007 01:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-53762</guid>
		<description>Its all greek to me. I dont know what I would do either Chris. Did you say you were from Canada? I would just buy one already coded.

Now here is a deal!! Its so hard as a Canadian to shop online and find a reputable company that ships to Canada. I have been looking for a GPS for my car and I live here in BC. I was chacking road conditions and I found this page on the Government site. &lt;a href=&quot;http://www.bchighway.com/myvehicle/gps.html&quot; rel=&quot;nofollow&quot;&gt;GPS Navigation for Cars - BC &amp; Canadian Maps&lt;/a&gt;

Looks like they not only ship to Canada they have excellent prices also.</description>
		<content:encoded><![CDATA[<p>Its all greek to me. I dont know what I would do either Chris. Did you say you were from Canada? I would just buy one already coded.</p>
<p>Now here is a deal!! Its so hard as a Canadian to shop online and find a reputable company that ships to Canada. I have been looking for a GPS for my car and I live here in BC. I was chacking road conditions and I found this page on the Government site. <a href="http://www.bchighway.com/myvehicle/gps.html" rel="nofollow">GPS Navigation for Cars &#8211; BC &amp; Canadian Maps</a></p>
<p>Looks like they not only ship to Canada they have excellent prices also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x/comment-page-1#comment-53717</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 08 Nov 2007 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thoughtwax.com/2007/08/reading-live-data-from-a-garmin-gps-unit-on-os-x#comment-53717</guid>
		<description>Hi,

I am using Xcode 3.0 (Leopard) and created a Cocoa-Python Application Project.

I am very new at this so I am not sure what I am supposed to do next.  I have tried putting in your script in the main.py file and running it by clicking build and go in Xcode however it is not working.

As an aside, I have established communication with the GPS and verified this through GPS Connect.

Any help would be greatly appreciated.

Chris..</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using Xcode 3.0 (Leopard) and created a Cocoa-Python Application Project.</p>
<p>I am very new at this so I am not sure what I am supposed to do next.  I have tried putting in your script in the main.py file and running it by clicking build and go in Xcode however it is not working.</p>
<p>As an aside, I have established communication with the GPS and verified this through GPS Connect.</p>
<p>Any help would be greatly appreciated.</p>
<p>Chris..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

