<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using the Wintec WBT-200 with Mac, Linux</title>
	<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux</link>
	<description>Better than Slashdot</description>
	<pubDate>Fri, 04 Jul 2008 04:56:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: wrybread</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-20722</link>
		<pubDate>Wed, 09 May 2007 19:11:34 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-20722</guid>
					<description>I'd also love a copy of that Python script if possible. wrybread [at] gmail dot you know what.</description>
		<content:encoded><![CDATA[<p>I&#8217;d also love a copy of that Python script if possible. wrybread [at] gmail dot you know what.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-19986</link>
		<pubDate>Sun, 29 Apr 2007 12:52:44 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-19986</guid>
					<description>I've created a patch against gpsbabel 1.3.4beta that supports the WBT-201. You can find it here:

&lt;a href="http://hexten.net/wiki/index.php/WBT201_Release_Notes" rel="nofollow"&gt;http://hexten.net/wiki/index.php/WBT201_Release_Notes&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a patch against gpsbabel 1.3.4beta that supports the WBT-201. You can find it here:</p>
<p><a href="http://hexten.net/wiki/index.php/WBT201_Release_Notes" rel="nofollow">http://hexten.net/wiki/index.php/WBT201_Release_Notes</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18599</link>
		<pubDate>Thu, 12 Apr 2007 17:14:10 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18599</guid>
					<description>That'd be cool thanks Joerg. Could you send it to andy [at] hexten [dot] net?</description>
		<content:encoded><![CDATA[<p>That&#8217;d be cool thanks Joerg. Could you send it to andy [at] hexten [dot] net?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joerg</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18597</link>
		<pubDate>Thu, 12 Apr 2007 16:52:03 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18597</guid>
					<description>I can send the python-script if You like. It's very simple, 45 lines.</description>
		<content:encoded><![CDATA[<p>I can send the python-script if You like. It&#8217;s very simple, 45 lines.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18513</link>
		<pubDate>Wed, 11 Apr 2007 21:18:28 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18513</guid>
					<description>Aha. Sounds like a challenge :)

I haven't had a chance to order one yet. I'll try to do that in the next few days.</description>
		<content:encoded><![CDATA[<p>Aha. Sounds like a challenge :)</p>
<p>I haven&#8217;t had a chance to order one yet. I&#8217;ll try to do that in the next few days.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joerg</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18511</link>
		<pubDate>Wed, 11 Apr 2007 20:44:11 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-18511</guid>
					<description>WBT-201 log download is completely different. This is what I found out with serial sniffer and a little Python script:

send: @AL,15555 # sets password 5555
rec: @AL,LoginOK # pw was OK

send: @AL,5,2 # get log size
rec: @AL,5,2,11111 # there are 11111 bytes logged

send: @AL,5,3,0 # get the first 4096 bytes 
rec: 

send: @AL,5,3,4096 # get the second block of 4096 bytes 
rec: 

.....

send: @AL,2,1 # switch on NMEA after transfer
rec: @AL,2,1 

I have not idea how to parse the binary data.</description>
		<content:encoded><![CDATA[<p>WBT-201 log download is completely different. This is what I found out with serial sniffer and a little Python script:</p>
<p>send: @AL,15555 # sets password 5555<br />
rec: @AL,LoginOK # pw was OK</p>
<p>send: @AL,5,2 # get log size<br />
rec: @AL,5,2,11111 # there are 11111 bytes logged</p>
<p>send: @AL,5,3,0 # get the first 4096 bytes<br />
rec: </p>
<p>send: @AL,5,3,4096 # get the second block of 4096 bytes<br />
rec: </p>
<p>&#8230;..</p>
<p>send: @AL,2,1 # switch on NMEA after transfer<br />
rec: @AL,2,1 </p>
<p>I have not idea how to parse the binary data.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-17968</link>
		<pubDate>Thu, 05 Apr 2007 08:52:19 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-17968</guid>
					<description>Have you tried it with the current version of gpsbabel and found it doesn't work? 

In any event I'll try to get hold of one and make sure it's properly supported.</description>
		<content:encoded><![CDATA[<p>Have you tried it with the current version of gpsbabel and found it doesn&#8217;t work? </p>
<p>In any event I&#8217;ll try to get hold of one and make sure it&#8217;s properly supported.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Skye</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-17902</link>
		<pubDate>Wed, 04 Apr 2007 16:04:12 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-17902</guid>
					<description>I just picked up the brand new WBT-201.  You have any plans on adding support for this to GPSBabel?  Here is a link:  http://www.semsons.com/wiwbmu3gpsre2.html</description>
		<content:encoded><![CDATA[<p>I just picked up the brand new WBT-201.  You have any plans on adding support for this to GPSBabel?  Here is a link:  <a href='http://www.semsons.com/wiwbmu3gpsre2.html' rel='nofollow'>http://www.semsons.com/wiwbmu3gpsre2.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andy Armstrong</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-14229</link>
		<pubDate>Mon, 12 Feb 2007 23:57:59 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-14229</guid>
					<description>I guess I need to get one and try it...</description>
		<content:encoded><![CDATA[<p>I guess I need to get one and try it&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: George</title>
		<link>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-14227</link>
		<pubDate>Mon, 12 Feb 2007 23:23:07 +0000</pubDate>
		<guid>http://www.hexten.net/2006/06/18/using-the-wintec-wbt-200-with-mac-linux#comment-14227</guid>
					<description>There's a lot of sources, eg. wcom-gps.de (my one)
Spec: ftp://mail1.wintec.com.tw/upload/support_manual/WBT300SPEC.pdf
Any idea?</description>
		<content:encoded><![CDATA[<p>There&#8217;s a lot of sources, eg. wcom-gps.de (my one)<br />
Spec: <a href='ftp://mail1.wintec.com.tw/upload/support_manual/WBT300SPEC.pdf' rel='nofollow'>ftp://mail1.wintec.com.tw/upload/support_manual/WBT300SPEC.pdf</a><br />
Any idea?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
