RXTX for Windows CE instalation notes.

This is binary version of RXTX Java comm library for Windows CE.

Package contents:
INSTALL.txt           - this file
comm.jar              - Sun original javax.comm.* library; RXTX is a "driver" connected to that library
javax.comm.properties - configuration file for comm.jar
jcl.jar               - RXTX driver, Java part
rxtxSerial.dll        - RXTX driver, native part, Windows CE 3.0 / 2002, ARM (tested on Compaq iPAQ)
yourapp.lnk           - example of "shortcut" for starting your application. Edit it for your application needs.

Installing RXTX on Windows CE:
0. Install Jeode JVM on CE machine. Verify it works.
1. Copy comm.jar, jcl.jar, javax.comm.properties into \Windows\lib
2. Copy rxtxSerial.dll into \Windows
3. Edit (and rename) yourapp.lnk so that it refers to your application main class. You can also provide application parameters (in example there's one: -V).
4. Copy .lnk file into "\Windows\Start Menu" or "\Windows\Start Menu\Programs"
5. Run your app by clicking icon in Start menu or Programs screen

For more information, check http://www.rxtx.org or contact MichalHobot@netscape.net
