|
Install java on your computer.
Download and install the latest version of Java from www.java.com
Install the rxtx API communications library.
Windows installation.
- Copy the file RXTXcomm.jar (the API communications library) in the libraries folder ..\lib\ext of your Java JDK installation.
They are typically located in C:\Program Files\Java\jre6\lib\ext
- Copy the file rxtxSerial.dll (the Windows dll library) in the binary folder ..\bin of your Java JDK installation.
They are typically located in C:\Program Files\Java\jre6\bin
Linux installation.
- Copy the file RXTXcomm.jar (the API communications library) in the libraries folder ../lib/ext/ of your Java JDK installation.
They are typically located in [JDK-directory]/jre/lib/ext/
- Copy the file librxtxSerial.so in the folder /usr/lib of your system.
i686-unknown-linux-gnu: librxtxSerial.so
ia64-unkown-linux-gnu: librxtxSerial.so
x86_64-unknown-linux-gnu: librxtxSerial.so
You can download the full package from www.rxtx.org to install in other operating systems like Mac OS and Solaris.
Run the TerminalWeb.
If the above steps are correct go to TerminalWeb and accept the digital certificate.
Now appears the terminalweb window, if it run successful, the terminalweb detect the communication ports installed on your computer and display it in the Com tab.
Now you can open the RS-232 port to send and receive.
|
|