Using RXTX

From Rxtx

Revision as of 01:16, 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.



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

  • download [1]
  • unzip it
  • copy rxtxSerial.dll into your c:\program files\java\jre-version\bin dir
  • copy RXTXcomm.jar into your c:\program files\java\jre-version\lib\ext dir
  • change all references from 'javax.comm' to 'gnu.io'
  • recompile
  • test
Personal tools