|
Re: Help!! Can I send command to Modem?
|
Posted: Oct 24, 2005 11:59 PM
|
|
> Can anybody tell my how can I send command to Modem using > java? I am developing a desktop application using JDK 5,
I'm assuming you mean jdk 1.5 (which is the development environment for Java 5.
> know there a COMM api I can download from SUN, but I can > do it with that API? how? I know modem is asocciate to a > serial port, but not a physical serial port, but logical, > so I don't sure it work...
Last time I was looking for an API to toy with a barcode scanner, I ran a couple of Google's and found that there are some libraries that can support communication between a Java Application and Serial Ports (I'm assuming that this would probably do the trick), some where open source others were commercial. Google: Java Serial Ports or Java Barcode Scanners Serial Ports. I know that you are not interested in Barcode Scanners, but that's what led me to the results involving Serial Ports. Good luck
|
|