| Author |
com port
|
Ajeesh Moidutty
Greenhorn
Joined: May 18, 2006
Posts: 22
|
|
I want to access ports like com1,com2 etc and release the handle any application has on it. I downloaded javax.comm Api Now How can I code it ?
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16692
|
|
Maybe a good place to start is the documentation. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
bart zagers
Ranch Hand
Joined: Feb 05, 2003
Posts: 234
|
|
|
Just to be sure, you are aware that the Java Communications api does not work for windows anymore?
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
|
posted

0
|
|
You can still use javax.comm version 2 on Windows; theJava IO FAQ has download details on that, and also points to other serial comm. APIs.
|
Android apps – ImageJ plugins – Java web charts
|
 |
 |
|
|
subject: com port
|
|
|