<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://rxtx.qbang.org/wiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Rxtx - User contributions [en]</title>
		<link>http://rxtx.qbang.org/wiki/index.php/Special:Contributions/Paranox</link>
		<description>From Rxtx</description>
		<language>en</language>
		<generator>MediaWiki 1.15.4</generator>
		<lastBuildDate>Tue, 09 Jun 2026 13:25:45 GMT</lastBuildDate>
		<item>
			<title>Documented interface to communicate with serial ports for beginners, including example project</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Documented_interface_to_communicate_with_serial_ports_for_beginners,_including_example_project</link>
			<description>&lt;p&gt;Paranox:&amp;#32;changing link appearance&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download ==&lt;br /&gt;
&lt;br /&gt;
[http://qyx.ch/RXTX_example.zip download the zip file]&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
&lt;br /&gt;
This is an interface, which is supposed to simplify communication with one or several serial ports (e.g. communication with arduinos [http://arduino.cc/]) for beginners. The interface consists of one class and one Java interface file, extensive documentation is included and can also be generated from the source code using Javadoc [http://en.wikipedia.org/wiki/Javadoc].&lt;br /&gt;
&lt;br /&gt;
An very simple example project (look at the code or simply run it, it's pretty self explanatory) is provided to show the use of the interface.&lt;br /&gt;
&lt;br /&gt;
An ant-buildfile [http://en.wikipedia.org/wiki/Apache_Ant] is part of the project, simplifying compilation and also the running of the example project without the need to install libraries in the system (on Linux). Adapt it as you want for your own projects!&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
Please read the readme.txt in the zip-file for help on how to compile and run the example using ant. For help on the use of the methods implemented or the members of the class, read the included documentation (or the source code).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
For simplicity, i packed everything (including the at the time of writing most recent stable version of RXTX) into the zip-file. Extract, go to the folder where it has been extracted on command line, type ''''ant'''' and then ''''ant run'''' to compile and run the example program on a Linux-box (note: you need to have ant [http://en.wikipedia.org/wiki/Apache_Ant] installed. For a different OS, consult the webpage on how to install the RXTX-library. Read the readme.txt for further explanations.&lt;/div&gt;</description>
			<pubDate>Sun, 13 Jun 2010 15:03:18 GMT</pubDate>			<dc:creator>Paranox</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Documented_interface_to_communicate_with_serial_ports_for_beginners,_including_example_project</comments>		</item>
		<item>
			<title>Documented interface to communicate with serial ports for beginners, including example project</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Documented_interface_to_communicate_with_serial_ports_for_beginners,_including_example_project</link>
			<description>&lt;p&gt;Paranox:&amp;#32;explanation and download possibility for an interface for beginners and a code example with serial ports&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Download ==&lt;br /&gt;
&lt;br /&gt;
download the zip file [http://qyx.ch/RXTX_example.zip]&lt;br /&gt;
&lt;br /&gt;
== Short Description ==&lt;br /&gt;
&lt;br /&gt;
This is an interface, which is supposed to simplify communication with one or several serial ports (e.g. communication with arduinos [http://arduino.cc/]) for beginners. The interface consists of one class and one Java interface file, extensive documentation is included and can also be generated from the source code using Javadoc [http://en.wikipedia.org/wiki/Javadoc].&lt;br /&gt;
&lt;br /&gt;
An very simple example project (look at the code or simply run it, it's pretty self explanatory) is provided to show the use of the interface.&lt;br /&gt;
&lt;br /&gt;
An ant-buildfile [http://en.wikipedia.org/wiki/Apache_Ant] is part of the project, simplifying compilation and also the running of the example project without the need to install libraries in the system (on Linux). Adapt it as you want for your own projects!&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
Please read the readme.txt in the zip-file for help on how to compile and run the example using ant. For help on the use of the methods implemented or the members of the class, read the included documentation (or the source code).&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
For simplicity, i packed everything (including the at the time of writing most recent stable version of RXTX) into the zip-file. Extract, go to the folder where it has been extracted on command line, type ''''ant'''' and then ''''ant run'''' to compile and run the example program on a Linux-box (note: you need to have ant [http://en.wikipedia.org/wiki/Apache_Ant] installed. For a different OS, consult the webpage on how to install the RXTX-library. Read the readme.txt for further explanations.&lt;/div&gt;</description>
			<pubDate>Sun, 13 Jun 2010 15:00:01 GMT</pubDate>			<dc:creator>Paranox</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Documented_interface_to_communicate_with_serial_ports_for_beginners,_including_example_project</comments>		</item>
		<item>
			<title>Using RXTX</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Using_RXTX</link>
			<description>&lt;p&gt;Paranox:&amp;#32;link to a page describing an interface and an example usage for beginners&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for general content regarding the use of rxtx.  Feel free to add your own content.&lt;br /&gt;
&lt;br /&gt;
*[[Examples | Code examples]]&lt;br /&gt;
&lt;br /&gt;
*[[Using RXTX In Eclipse]]&lt;br /&gt;
*[[Wrapping RXTX in an Eclipse Plugin]]&lt;br /&gt;
*[[Using RXTX In NetBeans]]&lt;br /&gt;
*[[Deploying JAVA with RXTX]]&lt;br /&gt;
*[[Documented interface to communicate with serial ports for beginners, including example project]]&lt;br /&gt;
&lt;br /&gt;
I wrote an app several months ago using javax.comm on windows. Sun has left me high and dry. rxtx help!&lt;br /&gt;
&lt;br /&gt;
*download [ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip]&lt;br /&gt;
*unzip it&lt;br /&gt;
*copy rxtxSerial.dll into your c:\program files\java\jre-version\bin dir&lt;br /&gt;
*copy RXTXcomm.jar into your c:\program files\java\jre-version\lib\ext dir&lt;br /&gt;
*change all references from 'javax.comm' to 'gnu.io'&lt;br /&gt;
*recompile&lt;br /&gt;
*test&lt;br /&gt;
&lt;br /&gt;
  Dido Sun left me Hi and dry. After 30+ hours wasting my life on&lt;br /&gt;
 javax.comm it is the RXTXcomm 2.1.7 that really worked the first &lt;br /&gt;
 time&lt;br /&gt;
&lt;br /&gt;
  REMEMBER !! for the newbies&lt;br /&gt;
   Change the all occurences of the import javax.comm.*; in  &lt;br /&gt;
    MyApps.java&lt;br /&gt;
   TO import gnu.io.*;&lt;br /&gt;
  I did not even have to recompile as suggested the rxtxSerial.dll&lt;br /&gt;
&lt;br /&gt;
  a job well done for the rxtx.org team.&lt;/div&gt;</description>
			<pubDate>Sun, 13 Jun 2010 14:35:38 GMT</pubDate>			<dc:creator>Paranox</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Using_RXTX</comments>		</item>
	</channel>
</rss>