<?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: Getting Flash and Arduino talking, and problems with AS3</title>
	<atom:link href="http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3</link>
	<description>the humans are dead</description>
	<pubDate>Sun, 06 Jul 2008 01:55:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Iestyn</title>
		<link>http://www.iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3#comment-82</link>
		<dc:creator>Iestyn</dc:creator>
		<pubDate>Sun, 23 Mar 2008 16:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/#comment-82</guid>
		<description>Hey Brett :)

Thanks for that, that makes a lot of sense!

For now, i'll stick with AS3glue and Firmata, but if I need to go without, i'll bear in mind what you've said.</description>
		<content:encoded><![CDATA[<p>Hey Brett <img src='http://www.iestyn.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks for that, that makes a lot of sense!</p>
<p>For now, i&#8217;ll stick with AS3glue and Firmata, but if I need to go without, i&#8217;ll bear in mind what you&#8217;ve said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Forsyth</title>
		<link>http://www.iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3#comment-81</link>
		<dc:creator>Brett Forsyth</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/#comment-81</guid>
		<description>Thanks for the link(s). What you are running into isnt a big deal to fix yourself. Relying on a message to show up in one packet can be dangerous. If you look at any of the example serial read scripts in arduino they typically loop over the buffer until an end character is found and then the message is processed. So you can do the same in flash. If you are sending data to flash with the Serial.println() function you can test for the new line character as the end of message at which point you can process it. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Thanks for the link(s). What you are running into isnt a big deal to fix yourself. Relying on a message to show up in one packet can be dangerous. If you look at any of the example serial read scripts in arduino they typically loop over the buffer until an end character is found and then the message is processed. So you can do the same in flash. If you are sending data to flash with the Serial.println() function you can test for the new line character as the end of message at which point you can process it. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: owen</title>
		<link>http://www.iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3#comment-80</link>
		<dc:creator>owen</dc:creator>
		<pubDate>Sun, 23 Mar 2008 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://iestyn.net/wp/2008/03/23/getting-flash-and-arduino-talking-and-problems-with-as3/#comment-80</guid>
		<description>Hi Iestyn,

I also had troubles with connecting to the Arduino, but I think for different reasons - there are some issues with serproxy and older intel macbook pros which I solved using &lt;a href="http://protolab.pbwiki.com/Arduino2Flash" rel="nofollow"&gt;this serial socket server&lt;/a&gt; instead. It's worth noting is that the Firmata firmware should be the only thing you need to upload to the Arduino board (until they release an updated version) as using it you can just control the board using Flash. It runs at 57600 baud rate by default.

Owen</description>
		<content:encoded><![CDATA[<p>Hi Iestyn,</p>
<p>I also had troubles with connecting to the Arduino, but I think for different reasons - there are some issues with serproxy and older intel macbook pros which I solved using <a href="http://protolab.pbwiki.com/Arduino2Flash" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://protolab.pbwiki.com/Arduino2Flash');" rel="nofollow">this serial socket server</a> instead. It&#8217;s worth noting is that the Firmata firmware should be the only thing you need to upload to the Arduino board (until they release an updated version) as using it you can just control the board using Flash. It runs at 57600 baud rate by default.</p>
<p>Owen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
