Using RXTX

From Rxtx

Revision as of 01:13, 24 March 2006 by Cariaso (Talk | contribs)
Jump to: navigation, search

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