<?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: Streaming</title>
	<atom:link href="http://arduiniana.org/libraries/streaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://arduiniana.org</link>
	<description>Arduino software jewellery and wisdom by Mikal Hart</description>
	<lastBuildDate>Fri, 03 Sep 2010 07:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-3945</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 14 Aug 2010 23:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-3945</guid>
		<description>Hey, thanks Fredde!  I find it useful.

Mkal</description>
		<content:encoded><![CDATA[<p>Hey, thanks Fredde!  I find it useful.</p>
<p>Mkal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fredde</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-3901</link>
		<dc:creator>fredde</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-3901</guid>
		<description>only one word needs to be said : AWESOME</description>
		<content:encoded><![CDATA[<p>only one word needs to be said : AWESOME</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino net connected clock tells weather not time</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-3688</link>
		<dc:creator>Arduino net connected clock tells weather not time</dc:creator>
		<pubDate>Thu, 22 Jul 2010 20:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-3688</guid>
		<description>[...] were used; PStringto handle parsing the incoming website, Flash for memory management, and Streaming for easier coding. Source:Sean Carney&#8217;s Weather Clock/   Please post a comment or leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] were used; PStringto handle parsing the incoming website, Flash for memory management, and Streaming for easier coding. Source:Sean Carney&#8217;s Weather Clock/   Please post a comment or leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-3390</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Tue, 06 Jul 2010 03:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-3390</guid>
		<description>@Godstroke,

Hmmm.  I don&#039;t know.  What version of the Arduino software are you using?

M</description>
		<content:encoded><![CDATA[<p>@Godstroke,</p>
<p>Hmmm.  I don&#8217;t know.  What version of the Arduino software are you using?</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Godstroke</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-3338</link>
		<dc:creator>Godstroke</dc:creator>
		<pubDate>Sun, 04 Jul 2010 14:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-3338</guid>
		<description>Hello, I&#039;m getting an &quot;no such file&quot; error while including WProgram.h in Streaming.h why may that be? Thanks.</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m getting an &#8220;no such file&#8221; error while including WProgram.h in Streaming.h why may that be? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobotGrrl.com &#187; Blog Archive &#187; Arduino SSC32 Library</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-2441</link>
		<dc:creator>RobotGrrl.com &#187; Blog Archive &#187; Arduino SSC32 Library</dc:creator>
		<pubDate>Tue, 04 May 2010 14:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-2441</guid>
		<description>[...] SSC32 library uses the Arduiniana Streaming library. Be sure to download and install it into your sketches/libraries/ [...]</description>
		<content:encoded><![CDATA[<p>[...] SSC32 library uses the Arduiniana Streaming library. Be sure to download and install it into your sketches/libraries/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-1793</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sat, 13 Feb 2010 18:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-1793</guid>
		<description>Soilboy --

Thanks for the feedback.  Yes, there are one or two interdependencies between Flash and Streaming that I need to sort out, but for now the solution is to #include Streaming.h BEFORE Flash.h.

Thanks for the kind comments!  I use that Streaming library in every sketch myself! :)

Mikal</description>
		<content:encoded><![CDATA[<p>Soilboy &#8211;</p>
<p>Thanks for the feedback.  Yes, there are one or two interdependencies between Flash and Streaming that I need to sort out, but for now the solution is to #include Streaming.h BEFORE Flash.h.</p>
<p>Thanks for the kind comments!  I use that Streaming library in every sketch myself! <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mikal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soilboy</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-1782</link>
		<dc:creator>Soilboy</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-1782</guid>
		<description>Hi Mikal

Love the library, I use it as standard now. However I have come across an issue when using it in conjunction with your Flash library.
I get the following type errors if I include both Flash.h AND Streaming.h:

error: &#039;endl&#039; was not declared in this scope

when trying to do the following:

Serial &lt;&lt; data &lt;&lt; endl;

It&#039;s probably something to do with the multiple of overloads of &lt;&lt; but I&#039;m no expert. I was hoping you may be able to shed some light on the issue.

Cheers

Soilboy</description>
		<content:encoded><![CDATA[<p>Hi Mikal</p>
<p>Love the library, I use it as standard now. However I have come across an issue when using it in conjunction with your Flash library.<br />
I get the following type errors if I include both Flash.h AND Streaming.h:</p>
<p>error: &#8216;endl&#8217; was not declared in this scope</p>
<p>when trying to do the following:</p>
<p>Serial &lt;&lt; data &lt;&lt; endl;</p>
<p>It&#8217;s probably something to do with the multiple of overloads of &lt;&lt; but I&#8217;m no expert. I was hoping you may be able to shed some light on the issue.</p>
<p>Cheers</p>
<p>Soilboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-1325</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-1325</guid>
		<description>Very nice (and important) find.  Thank you.

I&#039;ll be posting a new version shortly.

Thanks again.

Mikal

&lt;em&gt;[6 January: Version 3 of Streaming now addresses this problem.] -- mh&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Very nice (and important) find.  Thank you.</p>
<p>I&#8217;ll be posting a new version shortly.</p>
<p>Thanks again.</p>
<p>Mikal</p>
<p><em>[6 January: Version 3 of Streaming now addresses this problem.] &#8212; mh</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-1320</link>
		<dc:creator>Johann</dc:creator>
		<pubDate>Tue, 05 Jan 2010 09:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-1320</guid>
		<description>Great library!

Had a small issue to stream PStrings: Serial &lt;&lt; myPString;

error: passing &#039;const PString&#039; as &#039;this&#039; argument of &#039;PString::operator const char*()&#039; discards qualifiers

Removing the &quot;const&quot; in line29 of streaming.h seems to work
 inline Print &amp;operator &lt;&lt;(Print &amp;stream, const T arg) 
 inline Print &amp;operator &lt;&lt;(Print &amp;stream, T arg) 

A bit less type checking, but not sure if it has memory implications...

-kellerza</description>
		<content:encoded><![CDATA[<p>Great library!</p>
<p>Had a small issue to stream PStrings: Serial &lt;&lt; myPString;</p>
<p>error: passing &#8216;const PString&#8217; as &#8216;this&#8217; argument of &#8216;PString::operator const char*()&#8217; discards qualifiers</p>
<p>Removing the &#8220;const&#8221; in line29 of streaming.h seems to work<br />
 inline Print &amp;operator &lt;&lt;(Print &amp;stream, const T arg)<br />
 inline Print &amp;operator &lt;&lt;(Print &amp;stream, T arg) </p>
<p>A bit less type checking, but not sure if it has memory implications&#8230;</p>
<p>-kellerza</p>
]]></content:encoded>
	</item>
</channel>
</rss>
