 |
 |
 |
 |
 |
 |
 |
 |
 |
Java App <--> COM
|
 |
Pure Sun Java |
 |
 |
| CommBridge takes the pain out of communicating with COM port devices from your java application. Just implement a simple interface and then write or read with just a method call. |
CommBridge runs in its own Java5 virtual machine with Sun's JavaCom libraries installed on Windows. No special native libraries are neccessary. Communication with the COM device is done over RMI from your application. |
 |
 |
 |
Printers, Scales, & More |
USB Printers Too! |
 |
| CommBridge works with COM port based scales, printers and other devices as well, allowing you to read and write to them via a high level interface instead of low level JavaCOM code. |
CommBridge allows you to interface with USB connected lpr devices on Mac OS X and shared USB printer devices on Windows. |
 |
 |
 |
Share devices over the Network |
 |
| CommBridge works over RMI so that you can access devices physically plugged into a computer from other computers on the network. |
 |
 |