sending data over serial port in java

Get help on programming - C++, Java, Delphi, etc.
Post Reply
xumwun
Registered User
Posts: 133
Joined: 14 Apr 2006, 02:00
Contact:

sending data over serial port in java

Post by xumwun »

I would like to know if it is possible.
I have searched through the javadoc and have not found anything that will let
me do this.
Moses
Registered User
Posts: 2545
Joined: 21 Jul 2004, 02:00
Location: Location:
Contact:

Post by Moses »

You need to get javax.comm
Moses
Registered User
Posts: 2545
Joined: 21 Jul 2004, 02:00
Location: Location:
Contact:

Post by Moses »

xumwun
Registered User
Posts: 133
Joined: 14 Apr 2006, 02:00
Contact:

Post by xumwun »

Can i get it for windows
Law
Registered User
Posts: 1569
Joined: 12 Sep 2003, 02:00
Location: UND

Post by Law »

that will work for any os. It's java
Image

MAY THE CHEESE BE WITH YOU!
{PK} Law
xumwun
Registered User
Posts: 133
Joined: 14 Apr 2006, 02:00
Contact:

Post by xumwun »

I assume this might contain quite a lot of native code and on their website
they only have it solaris and linux
Post Reply