<?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: mmmm&#8230;Arduino</title>
	<atom:link href="http://blog.thestem.ca/archives/66/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thestem.ca/archives/66</link>
	<description>Brett Forsyth's professional work showcase, photos, and ramblings.</description>
	<lastBuildDate>Wed, 30 Nov 2011 21:33:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brettf</title>
		<link>http://blog.thestem.ca/archives/66#comment-22491</link>
		<dc:creator>Brettf</dc:creator>
		<pubDate>Fri, 07 Sep 2007 21:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestem.ca/archives/66#comment-22491</guid>
		<description>Yeah pretty much. I think the arduino is sending UDP serial data to the computer and flash only does TCP so the proxy is doing the translation.</description>
		<content:encoded><![CDATA[<p>Yeah pretty much. I think the arduino is sending UDP serial data to the computer and flash only does TCP so the proxy is doing the translation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markas Read</title>
		<link>http://blog.thestem.ca/archives/66#comment-22482</link>
		<dc:creator>Markas Read</dc:creator>
		<pubDate>Fri, 07 Sep 2007 19:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestem.ca/archives/66#comment-22482</guid>
		<description>Ok, thanks. ports and protocols are not my strong point, but I understand that its a server(?) that deserializes data from a serial port (over usb) and retransmits it on a port, and in a way that that flash can bind to. perhaps. </description>
		<content:encoded><![CDATA[<p>Ok, thanks. ports and protocols are not my strong point, but I understand that its a server(?) that deserializes data from a serial port (over usb) and retransmits it on a port, and in a way that that flash can bind to. perhaps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brettf</title>
		<link>http://blog.thestem.ca/archives/66#comment-22481</link>
		<dc:creator>Brettf</dc:creator>
		<pubDate>Fri, 07 Sep 2007 19:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestem.ca/archives/66#comment-22481</guid>
		<description>Ah no problem. You can send serial data back from Arduino to the a host computer over USB or Universial Serial Bus (with the version I am using). Flash doesn&#039;t do serial data in the way Arduino sends it back so you need a program in between flash and arduino to allow for communication. The guys over at &lt;a href=&quot;http://www.tinker.it&quot; rel=&quot;nofollow&quot;&gt;tinker.it&lt;/a&gt; created a serial proxy program for this purpose called &lt;a href=&quot;http://tinker.it/now/2007/06/03/new-tinkerproxy-for-windows/&quot; rel=&quot;nofollow&quot;&gt;TinkerProxy&lt;/a&gt; which basically creates a TCP socket flash could connect to. Does this help?</description>
		<content:encoded><![CDATA[<p>Ah no problem. You can send serial data back from Arduino to the a host computer over USB or Universial Serial Bus (with the version I am using). Flash doesn&#8217;t do serial data in the way Arduino sends it back so you need a program in between flash and arduino to allow for communication. The guys over at <a href="http://www.tinker.it" rel="nofollow">tinker.it</a> created a serial proxy program for this purpose called <a href="http://tinker.it/now/2007/06/03/new-tinkerproxy-for-windows/" rel="nofollow">TinkerProxy</a> which basically creates a TCP socket flash could connect to. Does this help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markas Read</title>
		<link>http://blog.thestem.ca/archives/66#comment-22478</link>
		<dc:creator>Markas Read</dc:creator>
		<pubDate>Fri, 07 Sep 2007 18:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thestem.ca/archives/66#comment-22478</guid>
		<description>Sorry to sound like a buffoon, but what is a serial proxy? google wikiforge is returning nuffin.</description>
		<content:encoded><![CDATA[<p>Sorry to sound like a buffoon, but what is a serial proxy? google wikiforge is returning nuffin.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

