<?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: Connect to Serial Port Using Perl</title> <atom:link href="http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/feed" rel="self" type="application/rss+xml" /><link>http://wanderingsamurai.net</link> <description>An Electron In A Sea Of Data</description> <lastBuildDate>Mon, 07 May 2012 17:01:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: pixel</title><link>http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/comment-page-2#comment-1581</link> <dc:creator>pixel</dc:creator> <pubDate>Mon, 07 May 2012 17:01:00 +0000</pubDate> <guid
isPermaLink="false">http://wanderingsamurai.net/?page_id=147#comment-1581</guid> <description>Sorry Jaynail I have not personally used the zwave controller in my projects so I don&#039;t have much advise to give in relation to zwave.</description> <content:encoded><![CDATA[<p>Sorry Jaynail I have not personally used the zwave controller in my projects so I don&#8217;t have much advise to give in relation to zwave.</p> ]]></content:encoded> </item> <item><title>By: Jaynail</title><link>http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/comment-page-2#comment-1573</link> <dc:creator>Jaynail</dc:creator> <pubDate>Mon, 30 Apr 2012 07:43:24 +0000</pubDate> <guid
isPermaLink="false">http://wanderingsamurai.net/?page_id=147#comment-1573</guid> <description>Hi allNeed help,Did you experience using zwave controller in linux host? How did you manage the data?</description> <content:encoded><![CDATA[<p>Hi all</p><p>Need help,</p><p>Did you experience using zwave controller in linux host? How did you manage the data?</p> ]]></content:encoded> </item> <item><title>By: Jaynail</title><link>http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/comment-page-1#comment-1572</link> <dc:creator>Jaynail</dc:creator> <pubDate>Mon, 30 Apr 2012 07:31:36 +0000</pubDate> <guid
isPermaLink="false">http://wanderingsamurai.net/?page_id=147#comment-1572</guid> <description>Hi all.Did you experience using zwave to communicate your PC HOST using serial port. Thanks</description> <content:encoded><![CDATA[<p>Hi all.</p><p>Did you experience using zwave to communicate your PC HOST using serial port. Thanks</p> ]]></content:encoded> </item> <item><title>By: aliyar</title><link>http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/comment-page-1#comment-1567</link> <dc:creator>aliyar</dc:creator> <pubDate>Sat, 07 Apr 2012 14:18:26 +0000</pubDate> <guid
isPermaLink="false">http://wanderingsamurai.net/?page_id=147#comment-1567</guid> <description>thanx a lot ..its works</description> <content:encoded><![CDATA[<p>thanx a lot ..</p><p>its works</p> ]]></content:encoded> </item> <item><title>By: dmw</title><link>http://wanderingsamurai.net/programming-topics/connect-to-serial-port-using-perl/comment-page-1#comment-1519</link> <dc:creator>dmw</dc:creator> <pubDate>Thu, 17 Nov 2011 21:29:34 +0000</pubDate> <guid
isPermaLink="false">http://wanderingsamurai.net/?page_id=147#comment-1519</guid> <description>The example above will spin on cpu, reading as fast as the processor can cycle through the loop.# to effectively poll at .1 second intervals, try setting:
$port-&gt;read_char_time(0);
$port-&gt;read_const_time(100);# and in your while loop, don&#039;t have read do so much work, and only print if you have something to print:
while (1) {
my ($count,$bytes) = $port-&gt;read(255);
print &quot;$bytes&quot; if $count &gt; 0;
}</description> <content:encoded><![CDATA[<p>The example above will spin on cpu, reading as fast as the processor can cycle through the loop.</p><p># to effectively poll at .1 second intervals, try setting:<br
/> $port-&gt;read_char_time(0);<br
/> $port-&gt;read_const_time(100);</p><p># and in your while loop, don&#8217;t have read do so much work, and only print if you have something to print:<br
/> while (1) {<br
/> my ($count,$bytes) = $port-&gt;read(255);<br
/> print &#8220;$bytes&#8221; if $count &gt; 0;<br
/> }</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/18 queries in 0.008 seconds using disk: basic
Object Caching 446/451 objects using disk: basic

Served from: wanderingsamurai.net @ 2012-05-20 15:42:20 -->
