Hallo All,
I'd like to talk to my serial ports using Java. Browsing the documentation did
not give me any ideas. Could somebody please give me a hint on how to do it?
Groetjes,
Hans.
Rhino - 08 Dec 2005 13:36 GMT
> Hallo All,
>
> I'd like to talk to my serial ports using Java. Browsing the documentation
> did
> not give me any ideas. Could somebody please give me a hint on how to do
> it?
I don't know the answer but I know this has come up in this newsgroup
several times in the past. If you search the archives via Google, I'm sure
you'll find your answer.
Rhino
Rodrigo Zechin - 08 Dec 2005 13:46 GMT
Take a look at http://www.rxtx.org/, it offers an implementation of the
JavaComm interfaces.
I'v heard that sun has taken out the Win32 JavaComm download page since
the sun's implementation had a lot of bugs, I use the RXTX
implementation and never had a problem with it.
Zechin
Johannes Beekhuizen - 01 Jan 2002 05:00 GMT
Hallo Rodrigo,
Op 08 Dec 05 schreef Rodrigo Zechin aan All:
RZ> Take a look at http://www.rxtx.org/, it offers an implementation of the
RZ> JavaComm interfaces.
OK, I got that and will study it. Thank you very much for your help.
Groetjes,
Hans.
Knute Johnson - 08 Dec 2005 18:13 GMT
> Hallo All,
>
[quoted text clipped - 4 lines]
>
> Hans.
Sun just redid the JavaComm api for linux. I have a windows copy if you
can't find one and want it. It works fine for me but I'm not doing
anything really complicated.

Signature
Knute Johnson
email s/nospam/knute/
Johannes Beekhuizen - 01 Jan 2002 05:00 GMT
Hallo Knute,
Op 08 Dec 05 schreef Knute Johnson aan All:
>> I'd like to talk to my serial ports using Java.
KJ> Sun just redid the JavaComm api for linux. I have a windows copy if you
KJ> can't find one and want it.
I certainly would not want a Windows thing :) But I found it, thank
you for the hint.
KJ> It works fine for me but I'm not doing anything really complicated.
I don't want anything complicated either. Just get out some data
from an instrument. But complicated enough for somebody with little
experience writing Java :)
Groetjes,
Hans.
Roedy Green - 08 Dec 2005 23:32 GMT
On Thu, 08 Dec 2005 14:20:45, "Johannes Beekhuizen"
<jbeekhui@duinheks.xs4all.nl> wrote, quoted or indirectly quoted
someone who said :
>I'd like to talk to my serial ports using Java. Browsing the documentation did
>not give me any ideas. Could somebody please give me a hint on how to do it?
see http://mindprod.com/jgloss/serialport.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Kurt M Peters - 13 Dec 2005 21:47 GMT
I have used the Sun one very recently. It works well for what I wanted to
use it for.
Just do a search for serial port on the java web page.
Kurt
> Hallo All,
>
[quoted text clipped - 6 lines]
>
> Hans.