<?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: NewSoftSerial</title>
	<atom:link href="http://arduiniana.org/libraries/newsoftserial/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: Marc</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30948</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 11 May 2012 08:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30948</guid>
		<description>@ Mikal
Well, i feel a tad stupid now. &gt;.&lt; 
You said, &quot;wait some time&quot;, so i added a delay(250); after my listen(); calls and that fixed it. :)
Thank you for the help mate. ;)</description>
		<content:encoded><![CDATA[<p>@ Mikal<br />
Well, i feel a tad stupid now. &gt;.&lt;<br />
You said, &quot;wait some time&quot;, so i added a delay(250); after my listen(); calls and that fixed it. <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you for the help mate. <img src='http://arduiniana.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30918</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Thu, 10 May 2012 22:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30918</guid>
		<description>@Marc,

Read carefully the section on &quot;Using Multiple Instances&quot;.  Your code is almost a textbook example for what &lt;i&gt;not&lt;/i&gt; to do with multiple ports.  For your application I think you&#039;d roughly want to do something like:

&lt;pre&gt;
void loop()
{
  port1.listen();
  // wait for several seconds or until you get a valid code on port 1
  ...
  port2.listen();
  // wait for several seconds or until you get a valid code on port 2
  //
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Marc,</p>
<p>Read carefully the section on &#8220;Using Multiple Instances&#8221;.  Your code is almost a textbook example for what <i>not</i> to do with multiple ports.  For your application I think you&#8217;d roughly want to do something like:</p>
<pre>
void loop()
{
  port1.listen();
  // wait for several seconds or until you get a valid code on port 1
  ...
  port2.listen();
  // wait for several seconds or until you get a valid code on port 2
  //
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30907</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Thu, 10 May 2012 18:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30907</guid>
		<description>@Faheem,

It&#039;s hard to guess.  Can we see your code?</description>
		<content:encoded><![CDATA[<p>@Faheem,</p>
<p>It&#8217;s hard to guess.  Can we see your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30899</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 10 May 2012 15:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30899</guid>
		<description>Hey.
I&#039;m working with an Arduino Uno on which i&#039;m trying to hook up two RFID readers (Parallax readers running at 2400 bps). (I&#039;m running Arduino 1.0)
I can get i to work fine with 1 RFID reader, but when hooking the other one up, it won&#039;t read anything. I pasted my code on pastie.org here: 
http://pastie.org/3890243
(Sorry for the danish comments a few places)
It&#039;s meant to act like this:
Reader1 reads the tag and lights a LED and if reader2 reads the tag and lights another LED and turns the other one off.
CHeers for any help. :)
/Marc</description>
		<content:encoded><![CDATA[<p>Hey.<br />
I&#8217;m working with an Arduino Uno on which i&#8217;m trying to hook up two RFID readers (Parallax readers running at 2400 bps). (I&#8217;m running Arduino 1.0)<br />
I can get i to work fine with 1 RFID reader, but when hooking the other one up, it won&#8217;t read anything. I pasted my code on pastie.org here:<br />
<a href="http://pastie.org/3890243" rel="nofollow">http://pastie.org/3890243</a><br />
(Sorry for the danish comments a few places)<br />
It&#8217;s meant to act like this:<br />
Reader1 reads the tag and lights a LED and if reader2 reads the tag and lights another LED and turns the other one off.<br />
CHeers for any help. <img src='http://arduiniana.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
/Marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30882</link>
		<dc:creator>Faheem</dc:creator>
		<pubDate>Thu, 10 May 2012 11:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30882</guid>
		<description>Hi,
i am using atmega 328 to communicate with my mongose imu which also have atmega 328 controller. i am reading data from sensor using Software Serial and then printing these data using hardware serial pin on UNO board. It print or transmit data correctly for some time means for just 5 or 10 seconds after that it transmit constant form of data.........i need your help</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i am using atmega 328 to communicate with my mongose imu which also have atmega 328 controller. i am reading data from sensor using Software Serial and then printing these data using hardware serial pin on UNO board. It print or transmit data correctly for some time means for just 5 or 10 seconds after that it transmit constant form of data&#8230;&#8230;&#8230;i need your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30430</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Fri, 04 May 2012 03:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30430</guid>
		<description>Does the ATTiny85 even support pin change interrupts?

What is the processor clock speed on that device?</description>
		<content:encoded><![CDATA[<p>Does the ATTiny85 even support pin change interrupts?</p>
<p>What is the processor clock speed on that device?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30428</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Fri, 04 May 2012 03:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30428</guid>
		<description>@Prakash,

I think NSS should work fine with Sanguino--as long as you have the correct timings.  It&#039;s not just limited to the ATmega328.</description>
		<content:encoded><![CDATA[<p>@Prakash,</p>
<p>I think NSS should work fine with Sanguino&#8211;as long as you have the correct timings.  It&#8217;s not just limited to the ATmega328.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikal</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30426</link>
		<dc:creator>Mikal</dc:creator>
		<pubDate>Fri, 04 May 2012 03:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30426</guid>
		<description>@Nimit,

It should be ok to simply end() and then begin() again.  That&#039;s what I designed end() for.  Let us know if it works...!</description>
		<content:encoded><![CDATA[<p>@Nimit,</p>
<p>It should be ok to simply end() and then begin() again.  That&#8217;s what I designed end() for.  Let us know if it works&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pescadito</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30220</link>
		<dc:creator>pescadito</dc:creator>
		<pubDate>Wed, 02 May 2012 04:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30220</guid>
		<description>hi
i tried to run SoftwareSerialExample over a AtTiny85 bootburned with arduino, but i only get gabarish characters when read o write.
I use pb2 for rx and pb3 for tx. i tried 1, 8 and 20 mhz, at 9600 to 2400 bps without succeful.
i see a lot of discussion over different forums but no easy end solution appears. Someones talk about hand tunning the clock processor.

Do you have any tip to allow AtTiny85 support SoftwareSerial?
Best regards Pescadito.</description>
		<content:encoded><![CDATA[<p>hi<br />
i tried to run SoftwareSerialExample over a AtTiny85 bootburned with arduino, but i only get gabarish characters when read o write.<br />
I use pb2 for rx and pb3 for tx. i tried 1, 8 and 20 mhz, at 9600 to 2400 bps without succeful.<br />
i see a lot of discussion over different forums but no easy end solution appears. Someones talk about hand tunning the clock processor.</p>
<p>Do you have any tip to allow AtTiny85 support SoftwareSerial?<br />
Best regards Pescadito.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PRAKASH W DANDEKAR</title>
		<link>http://arduiniana.org/libraries/newsoftserial/comment-page-7/#comment-30131</link>
		<dc:creator>PRAKASH W DANDEKAR</dc:creator>
		<pubDate>Mon, 30 Apr 2012 15:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://sundial.org/arduino/?page_id=61#comment-30131</guid>
		<description>Hello,

I am using ATmega644 or ATmega1284 as Sanguino. An improvement to old Arduino versions (up to 22) have been done by two persons Zac Hoeken for 644 and R K Sharma for 1284.

Can I add your soft serial library to those Arduino 21 or 22 version or is it good for ATmega328?

Regards,

-P W Dandekar</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am using ATmega644 or ATmega1284 as Sanguino. An improvement to old Arduino versions (up to 22) have been done by two persons Zac Hoeken for 644 and R K Sharma for 1284.</p>
<p>Can I add your soft serial library to those Arduino 21 or 22 version or is it good for ATmega328?</p>
<p>Regards,</p>
<p>-P W Dandekar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

