<?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 command protocol</title>
	<atom:link href="http://squarism.com/2010/02/28/arduino-command-protocol/feed/" rel="self" type="application/rss+xml" />
	<link>http://squarism.com/2010/02/28/arduino-command-protocol/</link>
	<description>until lambs become lions</description>
	<lastBuildDate>Sat, 19 May 2012 13:02:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Elwood Menter</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-6964</link>
		<dc:creator>Elwood Menter</dc:creator>
		<pubDate>Wed, 16 May 2012 22:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-6964</guid>
		<description>Thx for information.</description>
		<content:encoded><![CDATA[<p>Thx for information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Min2liz</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-5645</link>
		<dc:creator>Min2liz</dc:creator>
		<pubDate>Sun, 20 Mar 2011 10:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-5645</guid>
		<description>Thanks for your code, but maybe can you help me with some issues:

I have some Arduino IDE: 0022, 0017, 0019 and paste your code. 
I have only one problem with WString, and don&#039;t know how to solved it.
Here is error:

irc.cpp: In function &#039;int readIRCRequest(Client)&#039;:
irc:89: error: &#039;class String&#039; has no member named &#039;append&#039;
irc:93: error: no matching function for call to &#039;debug(String&amp;)&#039;
irc.cpp:23: note: candidates are: void debug(char*)
irc.cpp:24: note:                 void debug(String*)
irc.cpp:25: note:                 void debug(int)
irc:96: error: &#039;class String&#039; has no member named &#039;contains&#039;
irc:100: error: &#039;class String&#039; has no member named &#039;contains&#039;
irc:103: error: &#039;class String&#039; has no member named &#039;contains&#039;

and so on.

Can explain how to solve this error. I&#039;m tryed different Arduino IDE&#039;s but still no luck.</description>
		<content:encoded><![CDATA[<p>Thanks for your code, but maybe can you help me with some issues:</p>
<p>I have some Arduino IDE: 0022, 0017, 0019 and paste your code.<br />
I have only one problem with WString, and don&#8217;t know how to solved it.<br />
Here is error:</p>
<p>irc.cpp: In function &#8216;int readIRCRequest(Client)&#8217;:<br />
irc:89: error: &#8216;class String&#8217; has no member named &#8216;append&#8217;<br />
irc:93: error: no matching function for call to &#8216;debug(String&amp;)&#8217;<br />
irc.cpp:23: note: candidates are: void debug(char*)<br />
irc.cpp:24: note:                 void debug(String*)<br />
irc.cpp:25: note:                 void debug(int)<br />
irc:96: error: &#8216;class String&#8217; has no member named &#8216;contains&#8217;<br />
irc:100: error: &#8216;class String&#8217; has no member named &#8216;contains&#8217;<br />
irc:103: error: &#8216;class String&#8217; has no member named &#8216;contains&#8217;</p>
<p>and so on.</p>
<p>Can explain how to solve this error. I&#8217;m tryed different Arduino IDE&#8217;s but still no luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marby</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-5183</link>
		<dc:creator>Marby</dc:creator>
		<pubDate>Sat, 29 Jan 2011 00:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-5183</guid>
		<description>I am very thankful to this topic because it really gives great information.</description>
		<content:encoded><![CDATA[<p>I am very thankful to this topic because it really gives great information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kid</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-2193</link>
		<dc:creator>Kid</dc:creator>
		<pubDate>Sat, 19 Jun 2010 19:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-2193</guid>
		<description>A little note to everybody else writing his own bot:  use &#039;if(c != &#039;\n&#039;){B}else{A}&#039; and not &#039;if(c == &#039;\n&#039;){A}else{B}&#039;, because the last one will be always true.</description>
		<content:encoded><![CDATA[<p>A little note to everybody else writing his own bot:  use &#8216;if(c != &#8216;\n&#8217;){B}else{A}&#8217; and not &#8216;if(c == &#8216;\n&#8217;){A}else{B}&#8217;, because the last one will be always true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Trenchard</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-1955</link>
		<dc:creator>Jamie Trenchard</dc:creator>
		<pubDate>Sun, 16 May 2010 19:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-1955</guid>
		<description>Nice! Would you  be able to post the code for us?? I&#039;d love to see how you did it, as I&#039;m trying to build myself an IRC &quot;box&quot; that plugs into my TV, so I can use it for IRC. (IRC is way better than the crap on bbc at 3 in the morning.)</description>
		<content:encoded><![CDATA[<p>Nice! Would you  be able to post the code for us?? I&#8217;d love to see how you did it, as I&#8217;m trying to build myself an IRC &#8220;box&#8221; that plugs into my TV, so I can use it for IRC. (IRC is way better than the crap on bbc at 3 in the morning.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kid</title>
		<link>http://squarism.com/2010/02/28/arduino-command-protocol/comment-page-1/#comment-1880</link>
		<dc:creator>Kid</dc:creator>
		<pubDate>Sat, 01 May 2010 08:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://squarism.com/?p=354#comment-1880</guid>
		<description>Hey, this is awesome! Could you please post the code?</description>
		<content:encoded><![CDATA[<p>Hey, this is awesome! Could you please post the code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

