<?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: Arduino, Flex 3 and XMLSocket class</title>
	<atom:link href="http://www.fabiobiondi.com/blog/2009/11/arduino-flex-3-and-xmlsocket-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fabiobiondi.com/blog/2009/11/arduino-flex-3-and-xmlsocket-class/</link>
	<description>Adobe, Actionscript, Flex, Flash, Air, FlashLite, scripts and tutorial</description>
	<pubDate>Sun, 05 Feb 2012 09:17:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sharedtut</title>
		<link>http://www.fabiobiondi.com/blog/2009/11/arduino-flex-3-and-xmlsocket-class/comment-page-1/#comment-700</link>
		<dc:creator>Sharedtut</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.fabiobiondi.com/blog/?p=997#comment-700</guid>
		<description>wow thank you for posting this, i'll be using as a reference plus
maybe if I figure out I can help too.</description>
		<content:encoded><![CDATA[<p>wow thank you for posting this, i&#8217;ll be using as a reference plus<br />
maybe if I figure out I can help too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Giglione</title>
		<link>http://www.fabiobiondi.com/blog/2009/11/arduino-flex-3-and-xmlsocket-class/comment-page-1/#comment-699</link>
		<dc:creator>Marco Giglione</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.fabiobiondi.com/blog/?p=997#comment-699</guid>
		<description>For the first problem i think you can do:

 switch(message) {
            // Digit 2
            case '2':


For the second problem:

buf char*;
while (Serial.available&gt;0){
   buf[i++]=Serial.read();
}

so buf will contains all chars read.</description>
		<content:encoded><![CDATA[<p>For the first problem i think you can do:</p>
<p> switch(message) {<br />
            // Digit 2<br />
            case &#8216;2&#8242;:</p>
<p>For the second problem:</p>
<p>buf char*;<br />
while (Serial.available&gt;0){<br />
   buf[i++]=Serial.read();<br />
}</p>
<p>so buf will contains all chars read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

