COMM
Hello.i have a question. i want work with my com-ports. but when i write:port = (CommPort)c.open("Unknown Windows Application", 2000);i have :javax.comm.PortInUseException: Port currently owned by Unknown Windows Applicationhow can i solve this problem?
[295 byte] By [
Nushasilaa] at [2007-11-26 19:56:41]

> Make sure the port is *not* in use by another> application. If necessary, by making sure you close> your own resources if you run that app twice.It does look suspiciously like his own, doesn't it? ;-)
i have 3 ports: LPT1, LPT2, COM3and i'm trying to use every port, any port give me exeption:PortInUseException
> Buy more ports. You can get those devices that plug
> into a USB slot and give u more ports.
Most of the time that doesn't work because those converters simply
convert USB to RS/232, RS/422 or RS/485 while at the PC side the
port is just a USB port which isn't recognized by those serial packages.
kind regards,
Jos