<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nozell, rhymes with Oh Hell &#187; cables</title>
	<atom:link href="http://nozell.com/blog/tag/cables/feed/" rel="self" type="application/rss+xml" />
	<link>http://nozell.com/blog</link>
	<description>Marc Nozell's random stuff -- mostly GNU/Linux, technology, genealogy, family</description>
	<lastBuildDate>Tue, 13 Mar 2012 01:18:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>USB to Serial Adapter for Ubuntu</title>
		<link>http://nozell.com/blog/2007/06/18/usb-to-serial-adapter-for-ubuntu/</link>
		<comments>http://nozell.com/blog/2007/06/18/usb-to-serial-adapter-for-ubuntu/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 03:48:52 +0000</pubDate>
		<dc:creator>Marc Nozell</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[cables]]></category>
		<category><![CDATA[feisty]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://nozell.com/blog/2007/06/18/usb-to-serial-adapter-for-ubuntu/</guid>
		<description><![CDATA[I recently received an updated laptop at work &#8212; a nice hp nc6400 notebook. Unlike the previous nc6000, this new on does not include a serial port which is problematic for the Garmin to serial cable I have. I ordered from CompUSA a USB to Serial Adapter by CablesToGo (model 26886) and it works great [...]]]></description>
			<content:encoded><![CDATA[<p>I recently received an updated laptop at work &#8212; a nice hp nc6400 notebook.  Unlike the previous nc6000, this new on does not include a serial port which is problematic for the Garmin to serial cable I have.   I ordered from CompUSA a USB to Serial Adapter by CablesToGo  (model 26886) and it works great out of the box on Ubuntu/Feisty.</p>
<p>All I needed to change is the serial port to use, so:</p>
<p>  gpsbabel -t -i garmin -f /dev/ttyS0 -o kml,points=0,line_color=ff0000ff -F waypoints.kml<br />
  gpsbabel -t -i garmin -f /dev/ttyS0 -o gpx -F waypoints.gpx</p>
<p>becomes:</p>
<p>  gpsbabel -t -i garmin -f /dev/ttyUSB0 -o kml,points=0,line_color=ff0000ff -F waypoints.kml<br />
  gpsbabel -t -i garmin -f /dev/ttyUSB0 -o gpx -F waypoints.gpx</p>
<p>FWIW, it uses the pl2303 kernel module.</p>
]]></content:encoded>
			<wfw:commentRss>http://nozell.com/blog/2007/06/18/usb-to-serial-adapter-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

