You can also keep javax.comm.properties in
the same directory as
comm.jar. The search order for javax.comm.properties
is: 1. <JDK>\lib,
2. the directory that contains the first valid
comm.jar that is
included in the classpath.
4) Add comm.jar to your classpath.
eg 1: If you dont have a classpath defined
set CLASSPATH=c:\jdk1.1.5\bin\comm.jar
eg 2:If you already have a class path, say
c:\myclasses\java
then
set CLASSPATH=c:\myclasses\java;c:\jdk1.1.5\bin\comm.jar
5) One serial port sample application BlackBox is provided with
this release. To run BlackBox, first add BlackBox.jar
to your
classpath. Now you can run BlackBox:
java BlackBox
6) One sample driver NullDriver is included in the samples/NullDriver
directory. This is useful for folks attempting
to write a new driver
for their own hardware.
API Documentation:
The javadocs directory contains the API documentation generated
by javadoc(1)
from comments in the Java source code.
To view the HTML files, point your browser at the main documentation
page, javadocs/packages.html.
Notes:
We have very limited support for parallel port in this release.