<?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: Example 19-8: Reading from Serial Port</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-19/example-19-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-19/example-19-8/comment-page-1/#comment-16724</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Mon, 20 Dec 2010 22:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=699#comment-16724</guid>
		<description>Whoops, that&#039;s right!  Going to correct it now, thank you!</description>
		<content:encoded><![CDATA[<p>Whoops, that&#8217;s right!  Going to correct it now, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logictom</title>
		<link>http://www.learningprocessing.com/examples/chapter-19/example-19-8/comment-page-1/#comment-15987</link>
		<dc:creator>Logictom</dc:creator>
		<pubDate>Sun, 05 Dec 2010 01:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=699#comment-15987</guid>
		<description>I believe
// println( &quot;Raw Input:&quot; + input);
in serialEvent should be:
// println( &quot;Raw Input:&quot; + val);
Unless input is some Prcoessing defined variable? (Only been using Processing &lt; 1hr :P )</description>
		<content:encoded><![CDATA[<p>I believe<br />
// println( &#8220;Raw Input:&#8221; + input);<br />
in serialEvent should be:<br />
// println( &#8220;Raw Input:&#8221; + val);<br />
Unless input is some Prcoessing defined variable? (Only been using Processing &lt; 1hr <img src='http://www.learningprocessing.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-19/example-19-8/comment-page-1/#comment-7377</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Sun, 06 Dec 2009 23:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=699#comment-7377</guid>
		<description>You may want to consider looking at the networking client/server examples for communication between machines as well.  Otherwise, it&#039;s hard to know why it isn&#039;t working, perhaps use a console / terminal to make sure your serial ports and working and data is flowing before wondering if it&#039;s an issue with your Processing code.</description>
		<content:encoded><![CDATA[<p>You may want to consider looking at the networking client/server examples for communication between machines as well.  Otherwise, it&#8217;s hard to know why it isn&#8217;t working, perhaps use a console / terminal to make sure your serial ports and working and data is flowing before wondering if it&#8217;s an issue with your Processing code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://www.learningprocessing.com/examples/chapter-19/example-19-8/comment-page-1/#comment-7332</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Fri, 04 Dec 2009 23:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=699#comment-7332</guid>
		<description>I  tried to get two computers to talk to each other through the serial port using Processing. However, It hasn&#039;t worked. I tried this book and you had this example. I couldn&#039;t find where the +input was coming from for the debugging statement inside the serialEvent(). I don&#039;t think that the serialEvent() function is getting called. If you have any tips on this, that would be great.</description>
		<content:encoded><![CDATA[<p>I  tried to get two computers to talk to each other through the serial port using Processing. However, It hasn&#8217;t worked. I tried this book and you had this example. I couldn&#8217;t find where the +input was coming from for the debugging statement inside the serialEvent(). I don&#8217;t think that the serialEvent() function is getting called. If you have any tips on this, that would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

