Adding a non-standard Serial Port to Java?
From: Mike C. (noemail_at_nospam.com)
Date: 12/23/03
- Previous message: Rui Pacheco: "Java Chart with 2 Axis"
- Next in thread: hiwa: "Re: Adding a non-standard Serial Port to Java?"
- Reply: hiwa: "Re: Adding a non-standard Serial Port to Java?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 10:22:57 -0800
I am trying to get Java v1.4.2 to use my PCI add-on serial port.
So far, everything I try gives me
javax.comm.NoSuchPortException
at
javax.comm.CommPortIdentifier.getPortIdentifier(CommPortIdentifier.java:105)
at
org.sf.javaemu.Serial.SerialCommunications.openConnection(UnknownSource)
at javaemu.main.init(Unknown Source)
at javaemu.main.main(Unknown Source)
In regular Windows2000, it's known as COM4, but Java is not seeing it.
The PCI board uses
IRQ:9
I/O Base: DF80 to DF87
Any ideas?
Mike C.
- Previous message: Rui Pacheco: "Java Chart with 2 Axis"
- Next in thread: hiwa: "Re: Adding a non-standard Serial Port to Java?"
- Reply: hiwa: "Re: Adding a non-standard Serial Port to Java?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|