Using RXTX

From Rxtx

(Difference between revisions)
Jump to: navigation, search
(how to replace javax.comm on windows)
Line 3: Line 3:
*[[Using RXTX In Eclipse]]
*[[Using RXTX In Eclipse]]
 +
 +
 +
 +
!Scenario:
 +
I wrote an app several months ago using javax.comm on windows. Sun has left me high and dry. rxtx help!
 +
 +
1. download [ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip]
 +
2. unzip it
 +
3. copy rxtxSerial.dll into your java/jre/bin dir
 +
4. copy RXTXcomm.jar into your java/jre/lib/ext dir
 +
5. change all references from 'javax.comm' to 'gnu.io'
 +
6. recompile
 +
7. test

Revision as of 01:13, 24 March 2006

This page is for general content regarding the use of rxtx. Feel free to add your own content.



!Scenario: I wrote an app several months ago using javax.comm on windows. Sun has left me high and dry. rxtx help!

1. download [1] 2. unzip it 3. copy rxtxSerial.dll into your java/jre/bin dir 4. copy RXTXcomm.jar into your java/jre/lib/ext dir 5. change all references from 'javax.comm' to 'gnu.io' 6. recompile 7. test

Personal tools