<?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>com &#8211; Sandy Scott&#039;s Web Spot</title>
	<atom:link href="https://www.sandyscott.net/tag/com/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sandyscott.net</link>
	<description>My little corner of the web</description>
	<lastBuildDate>Tue, 14 May 2013 21:20:22 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Ruby Serial Port</title>
		<link>https://www.sandyscott.net/2013/05/ruby-serial-port/</link>
					<comments>https://www.sandyscott.net/2013/05/ruby-serial-port/#respond</comments>
		
		<dc:creator><![CDATA[Sandy]]></dc:creator>
		<pubDate>Tue, 14 May 2013 09:06:52 +0000</pubDate>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.sandyscott.net/?p=18</guid>

					<description><![CDATA[Ever wanted to get Ruby talking to a serial Device? The key step is getting the Development Kit set up, which will allow you to install the serialport gem from source Download &#038; Install Ruby. If you&#8217;re on windows, the RubyInstaller is great Download &#038; Install the DevKit. Find the...<p> <a class="continue-reading-link" href="https://www.sandyscott.net/2013/05/ruby-serial-port/"><span>Continue reading</span><i class="crycon-right-dir"></i></a> </p>]]></description>
										<content:encoded><![CDATA[<p>Ever wanted to get Ruby talking to a serial Device?</p>
<hr />
<p>The key step is getting the Development Kit set up, which will allow you to install the serialport gem from source</p>
<ol>
<li>Download &#038; Install Ruby.  If you&#8217;re on windows, the <a href="http://rubyinstaller.org/downloads/">RubyInstaller</a> is great</li>
<li>Download &#038; Install the DevKit.  Find the installer on the page above, use these <a href="https://github.com/oneclick/rubyinstaller/wiki/Development-Kit">installation instructions</a></li>
<li>Install the serialport gem as normal:<br />
<code>gem install serialport</code></li>
</ol>
<p>And you should be good to go!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sandyscott.net/2013/05/ruby-serial-port/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
