<?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 wisdom and gems by Mikal Hart</description>
	<lastBuildDate>Tue, 15 May 2012 13:30:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: WiFly Shield Ruining Your Weekend? &#124; Mike Newell</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-29050</link>
		<dc:creator>WiFly Shield Ruining Your Weekend? &#124; Mike Newell</dc:creator>
		<pubDate>Sun, 15 Apr 2012 03:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-29050</guid>
		<description>[...] Download the Streaming library. [...]</description>
		<content:encoded><![CDATA[<p>[...] Download the Streaming library. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-28757</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Mon, 09 Apr 2012 15:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-28757</guid>
		<description>@Daniel,

Good thought--I think about it.

M</description>
		<content:encoded><![CDATA[<p>@Daniel,</p>
<p>Good thought&#8211;I think about it.</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-26943</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 05 Mar 2012 05:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-26943</guid>
		<description>hi, 
would it be possible to include this snippet in a future release in Streaming.h ?
it only appends a carriage return instead of CR,LF ( as endl) some hardware only want a carriage return as an end of message sentinel and get upset if they get a line feed as well.
&quot;
enum _CarriagReturnCode { crl };

inline Print &amp;operator &lt;&lt;(Print &amp;obj, _CarriagReturnCode arg) 
{ obj.print(&quot;\r&quot;); return obj; }
&quot;</description>
		<content:encoded><![CDATA[<p>hi,<br />
would it be possible to include this snippet in a future release in Streaming.h ?<br />
it only appends a carriage return instead of CR,LF ( as endl) some hardware only want a carriage return as an end of message sentinel and get upset if they get a line feed as well.<br />
&#8221;<br />
enum _CarriagReturnCode { crl };</p>
<p>inline Print &amp;operator &lt;&lt;(Print &amp;obj, _CarriagReturnCode arg)<br />
{ obj.print(&quot;\r&quot;); return obj; }<br />
&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wea</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25818</link>
		<dc:creator>wea</dc:creator>
		<pubDate>Wed, 08 Feb 2012 16:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25818</guid>
		<description>wow !great library, and very very useful more power to you ! u help a lot of people like</description>
		<content:encoded><![CDATA[<p>wow !great library, and very very useful more power to you ! u help a lot of people like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shibu</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25216</link>
		<dc:creator>Shibu</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25216</guid>
		<description>Hi Mikal,

Maple is derived from Arduino-18. But probably they have removed the variable &#039;Arduino&#039;.
I added &quot;#define ARDUINO  18&quot; to the top of my code and it works fine. 


Thanks for the lead.

PS: I wrote a library for reading from Sensirion temperature and humidity sensor SHT-15 which work OK (on Maple). But when I try it with streaming library, thing become flakey. Some sketches compile while others don&#039;t. Error messages are not at all helpful. The error messages are popping-up at linking stage - not compile stage. I don&#039;t know if you can help me on this

Regards,

Shibu</description>
		<content:encoded><![CDATA[<p>Hi Mikal,</p>
<p>Maple is derived from Arduino-18. But probably they have removed the variable &#8216;Arduino&#8217;.<br />
I added &#8220;#define ARDUINO  18&#8243; to the top of my code and it works fine. </p>
<p>Thanks for the lead.</p>
<p>PS: I wrote a library for reading from Sensirion temperature and humidity sensor SHT-15 which work OK (on Maple). But when I try it with streaming library, thing become flakey. Some sketches compile while others don&#8217;t. Error messages are not at all helpful. The error messages are popping-up at linking stage &#8211; not compile stage. I don&#8217;t know if you can help me on this</p>
<p>Regards,</p>
<p>Shibu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norm</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25205</link>
		<dc:creator>Norm</dc:creator>
		<pubDate>Sun, 29 Jan 2012 09:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25205</guid>
		<description>I&#039;m not finding documentation on _FLOAT() although it seems to work. Is there a way to add leading zeros? Better yet, can you point me to docs?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not finding documentation on _FLOAT() although it seems to work. Is there a way to add leading zeros? Better yet, can you point me to docs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25197</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sun, 29 Jan 2012 06:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25197</guid>
		<description>Hi Norm,

Sorry it&#039;s not clear.  You&#039;d probably just do something like:

&lt;code&gt;Serial &lt;&lt; _FLOAT(1.2345, 3) &lt;&lt; endl;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi Norm,</p>
<p>Sorry it&#8217;s not clear.  You&#8217;d probably just do something like:</p>
<p><code>Serial &lt;&lt; _FLOAT(1.2345, 3) &lt;&lt; endl;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25195</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sun, 29 Jan 2012 06:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25195</guid>
		<description>@Shibu,

I think the problem mus be that the Maple version was derived from an older version of Arduino software -- one that didn&#039;t support the capability to specify the floating precision.  The code in question is wrapped in

#if ARDUINO &gt;= 18

so I think Maple must be less than version 18?</description>
		<content:encoded><![CDATA[<p>@Shibu,</p>
<p>I think the problem mus be that the Maple version was derived from an older version of Arduino software &#8212; one that didn&#8217;t support the capability to specify the floating precision.  The code in question is wrapped in</p>
<p>#if ARDUINO &gt;= 18</p>
<p>so I think Maple must be less than version 18?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25192</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sun, 29 Jan 2012 06:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25192</guid>
		<description>@Ralf,

Yep, the new Streaming library should work with that syntax.</description>
		<content:encoded><![CDATA[<p>@Ralf,</p>
<p>Yep, the new Streaming library should work with that syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/streaming/comment-page-1/#comment-25181</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Sun, 29 Jan 2012 06:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=119#comment-25181</guid>
		<description>Yep, Streaming now works in Arduino 1.0.

M</description>
		<content:encoded><![CDATA[<p>Yep, Streaming now works in Arduino 1.0.</p>
<p>M</p>
]]></content:encoded>
	</item>
</channel>
</rss>

