<?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: Installing RXTX for Serial Communication with Java	</title>
	<atom:link href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/</link>
	<description></description>
	<lastBuildDate>Tue, 04 Oct 2022 22:11:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: yogesh		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-7924</link>

		<dc:creator><![CDATA[yogesh]]></dc:creator>
		<pubDate>Tue, 24 May 2016 06:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-7924</guid>

					<description><![CDATA[RXTXcomm.jar work correctly in Eclipse Mars with Java8 but when i create installer with Installshield2009 then it not able to connect to serial port for communication it required comm.jar , win32.dll and jcomm.properties script file but it become slow with that 3 files.please can u help me how i use this RXTXcomm.jar file with Installshield 2009 ? or it must required those comm.jar , win32.dll and jcomm.properties ?]]></description>
			<content:encoded><![CDATA[<p>RXTXcomm.jar work correctly in Eclipse Mars with Java8 but when i create installer with Installshield2009 then it not able to connect to serial port for communication it required comm.jar , win32.dll and jcomm.properties script file but it become slow with that 3 files.please can u help me how i use this RXTXcomm.jar file with Installshield 2009 ? or it must required those comm.jar , win32.dll and jcomm.properties ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Treehouse Projects		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-111</link>

		<dc:creator><![CDATA[Treehouse Projects]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 16:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-111</guid>

					<description><![CDATA[Thank you so much!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shan Salman		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-110</link>

		<dc:creator><![CDATA[Shan Salman]]></dc:creator>
		<pubDate>Sun, 17 Feb 2013 06:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-110</guid>

					<description><![CDATA[Hi All,
    I have installed the rxtx successfully and trying to read some data sent by arduino board (which sends &quot;hello world&quot; 9600 Baud). The code works well and reads the serial data but gives out an exception error &quot;Underlying input stream returned zero bytes&quot; randomly. Please help]]></description>
			<content:encoded><![CDATA[<p>Hi All,<br />
    I have installed the rxtx successfully and trying to read some data sent by arduino board (which sends &#8220;hello world&#8221; 9600 Baud). The code works well and reads the serial data but gives out an exception error &#8220;Underlying input stream returned zero bytes&#8221; randomly. Please help</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hp		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-109</link>

		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Wed, 25 Jan 2012 05:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-109</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-108&quot;&gt;Roddy&lt;/a&gt;.

The project settings need to be altered such that it knows to look for these files.  Please refer to the links on this page for more info: http://rxtx.qbang.org/wiki/index.php/Using_RXTX]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-108">Roddy</a>.</p>
<p>The project settings need to be altered such that it knows to look for these files.  Please refer to the links on this page for more info: <a href="http://rxtx.qbang.org/wiki/index.php/Using_RXTX" rel="nofollow ugc">http://rxtx.qbang.org/wiki/index.php/Using_RXTX</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roddy		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-108</link>

		<dc:creator><![CDATA[Roddy]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-108</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-105&quot;&gt;hp&lt;/a&gt;.

I know there is a problem with the RXTX installation. But where is the problem?
I download the file calls &quot;rxtx-2.1-7-bins-r2.zip&quot;. I unzip it and copy file calls &quot;RXTXcomm.jar&quot; in Javajre6libext and file calls &quot;rxtxSerial.dll&quot; in Javajre6bin.
Where is my error?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-105">hp</a>.</p>
<p>I know there is a problem with the RXTX installation. But where is the problem?<br />
I download the file calls &#8220;rxtx-2.1-7-bins-r2.zip&#8221;. I unzip it and copy file calls &#8220;RXTXcomm.jar&#8221; in Javajre6libext and file calls &#8220;rxtxSerial.dll&#8221; in Javajre6bin.<br />
Where is my error?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hp		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-107</link>

		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-107</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-106&quot;&gt;Roddy&lt;/a&gt;.

That may be an indication that rxtx was not properly installed.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-106">Roddy</a>.</p>
<p>That may be an indication that rxtx was not properly installed.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roddy		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-106</link>

		<dc:creator><![CDATA[Roddy]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:34:07 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-106</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-105&quot;&gt;hp&lt;/a&gt;.

I&#039;ve imported gnu.io with the instruction &quot;import gnu.io.*;&quot; but when I compile there is this error: package gnu.io does not exist. What will I do?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-105">hp</a>.</p>
<p>I&#8217;ve imported gnu.io with the instruction &#8220;import gnu.io.*;&#8221; but when I compile there is this error: package gnu.io does not exist. What will I do?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hp		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-105</link>

		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-105</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-104&quot;&gt;Roddy&lt;/a&gt;.

This is referring to the file imports you use in the beginning on the file. Rather than importing Java.comm, one must import gnu.io]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-104">Roddy</a>.</p>
<p>This is referring to the file imports you use in the beginning on the file. Rather than importing Java.comm, one must import gnu.io</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roddy		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-104</link>

		<dc:creator><![CDATA[Roddy]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-104</guid>

					<description><![CDATA[Hi!
I&#039;ve download RXTX from download page. After, I copy the file in my Java directory. I start my JCreator (I use this program to do Java) but it don&#039;t find GNU.IO.*
I&#039;ve read at this link http://rxtx.qbang.org/wiki/index.php/Using_RXTX we must change all references from &#039;javax.comm&#039; to &#039;gnu.io&#039;
But, where is references from &#039;javax.comm&#039;)]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;ve download RXTX from download page. After, I copy the file in my Java directory. I start my JCreator (I use this program to do Java) but it don&#8217;t find GNU.IO.*<br />
I&#8217;ve read at this link <a href="http://rxtx.qbang.org/wiki/index.php/Using_RXTX" rel="nofollow ugc">http://rxtx.qbang.org/wiki/index.php/Using_RXTX</a> we must change all references from &#8216;javax.comm&#8217; to &#8216;gnu.io&#8217;<br />
But, where is references from &#8216;javax.comm&#8217;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hp		</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-103</link>

		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 23:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java#comment-103</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-102&quot;&gt;Jim Ryan&lt;/a&gt;.

Not sure how I can help you here...I&#039;ve never touched Solaris before in my life.  Google is probably your best shot.  Sorry mate.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comment-102">Jim Ryan</a>.</p>
<p>Not sure how I can help you here&#8230;I&#8217;ve never touched Solaris before in my life.  Google is probably your best shot.  Sorry mate.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
