<?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: Using Processing to Send Values using the Serial Port to Arduino</title>
	<atom:link href="http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 23:24:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=408</generator>
	<item>
		<title>By: KirAsh4</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-15428</link>
		<dc:creator>KirAsh4</dc:creator>
		<pubDate>Tue, 03 Apr 2012 22:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-15428</guid>
		<description>Hey Larry, thank you for your great post and explanation.  I managed to do some small changes, reverse the sliders (so UP is 255, and DOWN is 0), and added matching color gradients to the slider background itself.  However, I&#039;m stuck on figuring out what I&#039;d like to do next and wondered if you have any pointers.

Right now, the sliders lock will lock all the sliders to MouseY.  However, I&#039;d like to lock them in place as they relate to each other.  So for example, if I set the sliders to a specific color, I&#039;d like to lock that and then slide all of them up and down based on that, as opposed to resetting them to MouseY.

I realize when any of the sliders hit the minimum or maximum threshold, something needs to be done and I think what I&#039;d like to do is keep whichever slider his the threshold at that location till the other sliders move back out of it.  For example, let&#039;s say I have the sliders set at 200, 150, 100.  So the difference between red and green is 50 points, and the same between green and blue.  I&#039;d like to lock them at that setting, then slide everything up and down.  When the red slider hits 255, it quits moving, but allowing the other two to continue to move up.  When I start moving down again, keep the red at 255 until it&#039;s relation with the green reaches the 50 points difference and then start moving it down with the rest.

Not sure if that makes any sense to you.  Any suggestions you can give?</description>
		<content:encoded><![CDATA[<p>Hey Larry, thank you for your great post and explanation.  I managed to do some small changes, reverse the sliders (so UP is 255, and DOWN is 0), and added matching color gradients to the slider background itself.  However, I&#8217;m stuck on figuring out what I&#8217;d like to do next and wondered if you have any pointers.</p>
<p>Right now, the sliders lock will lock all the sliders to MouseY.  However, I&#8217;d like to lock them in place as they relate to each other.  So for example, if I set the sliders to a specific color, I&#8217;d like to lock that and then slide all of them up and down based on that, as opposed to resetting them to MouseY.</p>
<p>I realize when any of the sliders hit the minimum or maximum threshold, something needs to be done and I think what I&#8217;d like to do is keep whichever slider his the threshold at that location till the other sliders move back out of it.  For example, let&#8217;s say I have the sliders set at 200, 150, 100.  So the difference between red and green is 50 points, and the same between green and blue.  I&#8217;d like to lock them at that setting, then slide everything up and down.  When the red slider hits 255, it quits moving, but allowing the other two to continue to move up.  When I start moving down again, keep the red at 255 until it&#8217;s relation with the green reaches the 50 points difference and then start moving it down with the rest.</p>
<p>Not sure if that makes any sense to you.  Any suggestions you can give?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-5849</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 08 Apr 2011 11:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-5849</guid>
		<description>Arse! that would be my blog replacing &#039;&lt;&#039; &#039;&gt;&#039; with &#039;&amp; lt;&#039; and &#039;&amp; gt;&#039; I&#039;ll fix that now</description>
		<content:encoded><![CDATA[<p>Arse! that would be my blog replacing &#8216;< ' '>&#8216; with &#8216;& lt;&#8217; and &#8216;& gt;&#8217; I&#8217;ll fix that now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete SJ</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-5830</link>
		<dc:creator>Pete SJ</dc:creator>
		<pubDate>Mon, 04 Apr 2011 21:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-5830</guid>
		<description>Larry
Have got slider sketch working but cannot compile sketch for arduino, &quot;lt&quot; not declared, &quot;gt&quot; not declared etc. Looks so good I have to get it working, please help.
Pete</description>
		<content:encoded><![CDATA[<p>Larry<br />
Have got slider sketch working but cannot compile sketch for arduino, &#8220;lt&#8221; not declared, &#8220;gt&#8221; not declared etc. Looks so good I have to get it working, please help.<br />
Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-1364</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-1364</guid>
		<description>Ah I know why... its so the apps run in the page so the serial port code is turned off. So anything with a reference to myPort will be commented out.</description>
		<content:encoded><![CDATA[<p>Ah I know why&#8230; its so the apps run in the page so the serial port code is turned off. So anything with a reference to myPort will be commented out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-1363</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Wed, 24 Feb 2010 18:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-1363</guid>
		<description>Do&#039;h! I&#039;ll have a look at that - cheers for letting me know though.</description>
		<content:encoded><![CDATA[<p>Do&#8217;h! I&#8217;ll have a look at that &#8211; cheers for letting me know though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-1361</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-1361</guid>
		<description>The files you offer to download do not  work, but the code you have to copy paste does.  I&#039;m pretty sure you //commented the serial port setting and the actual output lines of code.</description>
		<content:encoded><![CDATA[<p>The files you offer to download do not  work, but the code you have to copy paste does.  I&#8217;m pretty sure you //commented the serial port setting and the actual output lines of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-1152</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Fri, 25 Dec 2009 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-1152</guid>
		<description>Cheers Bruno - The LED applications are just a warmup to doing some other stuff - I got a robotic arm that i&#039;m going to wire in :)</description>
		<content:encoded><![CDATA[<p>Cheers Bruno &#8211; The LED applications are just a warmup to doing some other stuff &#8211; I got a robotic arm that i&#8217;m going to wire in <img src='http://luckylarry.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Soares</title>
		<link>http://luckylarry.co.uk/arduino-projects/using-processing-to-send-values-to-arduino/comment-page-1/#comment-1148</link>
		<dc:creator>Bruno Soares</dc:creator>
		<pubDate>Thu, 24 Dec 2009 19:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://luckylarry.co.uk/?p=677#comment-1148</guid>
		<description>You&#039;re doing a great job! I really enjoyed the radar, and now the programs that is in processing are great! Congratulations</description>
		<content:encoded><![CDATA[<p>You&#8217;re doing a great job! I really enjoyed the radar, and now the programs that is in processing are great! Congratulations</p>
]]></content:encoded>
	</item>
</channel>
</rss>

