<?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"
	>
<channel>
	<title>Comments on: GPS Display</title>
	<atom:link href="http://crschmidt.net/blog/121/gps-display/feed/" rel="self" type="application/rss+xml" />
	<link>http://crschmidt.net/blog/121/gps-display/</link>
	<description>Ramblings of a GIS Hacker</description>
	<pubDate>Tue, 18 Nov 2008 10:02:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Nick Burch</title>
		<link>http://crschmidt.net/blog/121/gps-display/#comment-6008</link>
		<dc:creator>Nick Burch</dc:creator>
		<pubDate>Mon, 16 Jan 2006 11:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/121/gps-display/#comment-6008</guid>
		<description>Snap:
http://www.livejournal.com/users/gagravarr/104793.html</description>
		<content:encoded><![CDATA[<p>Snap:<br />
<a href="http://www.livejournal.com/users/gagravarr/104793.html" rel="nofollow">http://www.livejournal.com/users/gagravarr/104793.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Hargreaves</title>
		<link>http://crschmidt.net/blog/121/gps-display/#comment-6007</link>
		<dc:creator>Dominic Hargreaves</dc:creator>
		<pubDate>Mon, 16 Jan 2006 10:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/121/gps-display/#comment-6007</guid>
		<description>A friend of mine has been working on a similar project at exactly the same time, scarily: http://journal.gagravarr.org/104793.html (and http://www.livejournal.com/users/gagravarr/104455.html and http://www.livejournal.com/users/gagravarr/104402.html)</description>
		<content:encoded><![CDATA[<p>A friend of mine has been working on a similar project at exactly the same time, scarily: <a href="http://journal.gagravarr.org/104793.html" rel="nofollow">http://journal.gagravarr.org/104793.html</a> (and <a href="http://www.livejournal.com/users/gagravarr/104455.html" rel="nofollow">http://www.livejournal.com/users/gagravarr/104455.html</a> and <a href="http://www.livejournal.com/users/gagravarr/104402.html" rel="nofollow">http://www.livejournal.com/users/gagravarr/104402.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Schmidt</title>
		<link>http://crschmidt.net/blog/121/gps-display/#comment-5999</link>
		<dc:creator>Christopher Schmidt</dc:creator>
		<pubDate>Sun, 15 Jan 2006 14:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/121/gps-display/#comment-5999</guid>
		<description>Dave - 

I'll look into the problem. Working in seperate threads is a bit more difficult from a UI perspective, but if it doesn't work, it doesn't work, eh? It does look like the Etrex script is doing pretty much the same thing -- I'll come up with a sample script and have you test it, to see if I can work out what's causing the problems.

Thanks for the heads up!</description>
		<content:encoded><![CDATA[<p>Dave - </p>
<p>I&#8217;ll look into the problem. Working in seperate threads is a bit more difficult from a UI perspective, but if it doesn&#8217;t work, it doesn&#8217;t work, eh? It does look like the Etrex script is doing pretty much the same thing &#8212; I&#8217;ll come up with a sample script and have you test it, to see if I can work out what&#8217;s causing the problems.</p>
<p>Thanks for the heads up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://crschmidt.net/blog/121/gps-display/#comment-5986</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 14 Jan 2006 23:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://crschmidt.net/blog/archives/121/gps-display/#comment-5986</guid>
		<description>Hi Christopher

I’ve installed GPSDisplay on a 6680(Rev 01,OS 8.0,V 3.04.37). The GPS I’m using is the Nokia LD-1W.
I have found that the display update freezes after about 15 seconds.
Restarting GPSDisplay does not work. It never gets past the Bluetooth connection stage.

GPSDisplay will only start working again after I wait a minute or two for the Bluetooth connection to the LD-1W to time out.
Then I can start the application and see the GPS data displayed.
It then freezes again after 15 seconds.

I believe that the problem may be socket or thread related.

I have been trying to get my own python scripts(This is the first time I’ve used python) to read from the LD-1W and I’m getting the same situation with a halt in data coming from the socket.

The only script that works reliably with my HW/SW is 'gps-series60.py' from the PyTrek-20050713-Zaragoza package.
http://www.argo.es/%7Ejcea/programacion/pytrek.htm

This script runs the GPS data collection in its own thread. I wonder if this is a clue.

Maybe it’s just a problem with my HW/SW combination.

Thought Id mention it.

Dave</description>
		<content:encoded><![CDATA[<p>Hi Christopher</p>
<p>I’ve installed GPSDisplay on a 6680(Rev 01,OS 8.0,V 3.04.37). The GPS I’m using is the Nokia LD-1W.<br />
I have found that the display update freezes after about 15 seconds.<br />
Restarting GPSDisplay does not work. It never gets past the Bluetooth connection stage.</p>
<p>GPSDisplay will only start working again after I wait a minute or two for the Bluetooth connection to the LD-1W to time out.<br />
Then I can start the application and see the GPS data displayed.<br />
It then freezes again after 15 seconds.</p>
<p>I believe that the problem may be socket or thread related.</p>
<p>I have been trying to get my own python scripts(This is the first time I’ve used python) to read from the LD-1W and I’m getting the same situation with a halt in data coming from the socket.</p>
<p>The only script that works reliably with my HW/SW is &#8216;gps-series60.py&#8217; from the PyTrek-20050713-Zaragoza package.<br />
<a href="http://www.argo.es/%7Ejcea/programacion/pytrek.htm" rel="nofollow">http://www.argo.es/%7Ejcea/programacion/pytrek.htm</a></p>
<p>This script runs the GPS data collection in its own thread. I wonder if this is a clue.</p>
<p>Maybe it’s just a problem with my HW/SW combination.</p>
<p>Thought Id mention it.</p>
<p>Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>
