<?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: Serial Communication: Sending Variables to the Arduino</title>
	<atom:link href="http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/feed" rel="self" type="application/rss+xml" />
	<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino</link>
	<description>new media art &#38; design</description>
	<lastBuildDate>Sat, 24 Apr 2010 16:00:38 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tony</title>
		<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/comment-page-1#comment-3203</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonymattox.com/?p=1005#comment-3203</guid>
		<description>The other code, run on the computer which communicates to the external &lt;a href=&quot;http://www.arduino.cc&quot; rel=&quot;nofollow&quot;&gt;Arduino&lt;/a&gt; board via usb, is scripted in a language called &lt;a href=&quot;http://www.processing.org&quot; rel=&quot;nofollow&quot;&gt;Processing&lt;/a&gt;. The language is based on Java and remains quite similar to it, aside from some nice simplifications and many built in functions for working with graphics. The basic structure of the language is the same.

You can see more information about it on the &lt;a href=&quot;http://www.processing.org&quot; rel=&quot;nofollow&quot;&gt;Processing site&lt;/a&gt; as well as download it for free. &lt;a href=&quot;http://www.arduino.cc&quot; rel=&quot;nofollow&quot;&gt;Arduino&lt;/a&gt; is actually a sister project of &lt;a href=&quot;http://www.processing.org&quot; rel=&quot;nofollow&quot;&gt;Processing&lt;/a&gt; and the &lt;a href=&quot;http://www.arduino.cc&quot; rel=&quot;nofollow&quot;&gt;Arduino&lt;/a&gt; language, although built on C is modeled after &lt;a href=&quot;http://www.processing.org&quot; rel=&quot;nofollow&quot;&gt;Processing&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The other code, run on the computer which communicates to the external <a href="http://www.arduino.cc" rel="nofollow">Arduino</a> board via usb, is scripted in a language called <a href="http://www.processing.org" rel="nofollow">Processing</a>. The language is based on Java and remains quite similar to it, aside from some nice simplifications and many built in functions for working with graphics. The basic structure of the language is the same.</p>
<p>You can see more information about it on the <a href="http://www.processing.org" rel="nofollow">Processing site</a> as well as download it for free. <a href="http://www.arduino.cc" rel="nofollow">Arduino</a> is actually a sister project of <a href="http://www.processing.org" rel="nofollow">Processing</a> and the <a href="http://www.arduino.cc" rel="nofollow">Arduino</a> language, although built on C is modeled after <a href="http://www.processing.org" rel="nofollow">Processing</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louw H</title>
		<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/comment-page-1#comment-3198</link>
		<dc:creator>Louw H</dc:creator>
		<pubDate>Wed, 23 Sep 2009 09:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonymattox.com/?p=1005#comment-3198</guid>
		<description>Hi there, I know this sounds stupid, but is that code (not the arduino code - the processing and slider class) written in Java? It looks the same? If not please inform me. BTW, i like your idea very much! Great work!</description>
		<content:encoded><![CDATA[<p>Hi there, I know this sounds stupid, but is that code (not the arduino code &#8211; the processing and slider class) written in Java? It looks the same? If not please inform me. BTW, i like your idea very much! Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tony</title>
		<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/comment-page-1#comment-1088</link>
		<dc:creator>tony</dc:creator>
		<pubDate>Fri, 29 May 2009 19:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonymattox.com/?p=1005#comment-1088</guid>
		<description>The problem is on line 38 of the slider class.
I have a little problem with my CMS which will be fixed very soon. The ampersands in my code turn into funny strings. If you just fix that in the conditional statement on line 38 it should work fine. It should look like this

if ((mouseY&lt;=ypos+thesize+10) &amp;&amp; (mouseY&gt;=ypos-10)) {</description>
		<content:encoded><![CDATA[<p>The problem is on line 38 of the slider class.<br />
I have a little problem with my CMS which will be fixed very soon. The ampersands in my code turn into funny strings. If you just fix that in the conditional statement on line 38 it should work fine. It should look like this</p>
<p>if ((mouseY&lt;=ypos+thesize+10) &#038;&#038; (mouseY&gt;=ypos-10)) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The guy that doesn't know any further (ShowgetteR)</title>
		<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/comment-page-1#comment-1060</link>
		<dc:creator>The guy that doesn't know any further (ShowgetteR)</dc:creator>
		<pubDate>Thu, 28 May 2009 19:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonymattox.com/?p=1005#comment-1060</guid>
		<description>I tried everything, but I always get the same error:

&quot;A web color (such as #ffcc00) must be six digits.&quot;

Below that:

&quot;Bad error line: -2&quot;

I really don&#039;t know how to move on, what am I doing wrong? I just need to send these values quickly, as I just want to regulate 2 motors because I have no Potentiometers left...
Any help would be appretiated.</description>
		<content:encoded><![CDATA[<p>I tried everything, but I always get the same error:</p>
<p>&#8220;A web color (such as #ffcc00) must be six digits.&#8221;</p>
<p>Below that:</p>
<p>&#8220;Bad error line: -2&#8243;</p>
<p>I really don&#8217;t know how to move on, what am I doing wrong? I just need to send these values quickly, as I just want to regulate 2 motors because I have no Potentiometers left&#8230;<br />
Any help would be appretiated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frex.</title>
		<link>http://www.anthonymattox.com/serial-communication-sending-variables-to-the-arduino/comment-page-1#comment-228</link>
		<dc:creator>Frex.</dc:creator>
		<pubDate>Sun, 19 Apr 2009 14:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.anthonymattox.com/?p=1005#comment-228</guid>
		<description>Wow, that&#039;s a very great job.
Thank you very much. It is extactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s a very great job.<br />
Thank you very much. It is extactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
