COMM API (application programming interface)and RS-232 Serial PCMCIA Card
2 Message(s) by 2 Author(s) originally posted in java developer
| From: chris.marko |
Date: Wednesday, August 25, 2004
|
Hi to all!
I want to use the comm package to access
RS-232 port s over a
PCMCIA
card (4 serial ports are linked to one PCMCIA card, which is put into
the PCMCIA slot), put the ports are not found with the appropriate
class of the comm package. Normally the RS-232 ports should be found
with the port
numbers COMn, COMn+1, COMn+2 and COMn+3, but I see none
of the four.
If this does not work with the COMM
API , are there any alternatives to
the COMM API (application
programming interface)to access RS-232 ports?
Regards
Chris
| From: nikcross |
Date: Friday, August 27, 2004
|
wrote in
message Hi to all!
I want to use the comm package to access RS-232 ports over a PCMCIA
card (4 serial ports are linked to one PCMCIA card, which is put into
the PCMCIA slot), put the ports are not found with the appropriate
class of the comm package. Normally the RS-232 ports should be found
with the port numbers COMn, COMn+1, COMn+2 and COMn+3, but I see none
of the four.
If this does not work with the COMM API, are there any alternatives to
the COMM API (application programming interface)to access RS-232 ports?
Regards
Chris
See my answer to your
posting on comp.lang.JAVA.api
Next Message: accessing RecordStore