Re: serial port

1999-11-11 Thread Pere Joan Serra
You have to use the javax.comm package (Solaris version from http://java.sun.com/products/javacomm) and the RXTX driver (from http://www.frii.com/~jarvi/rxtx/). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject o

Re: serial port

1999-11-10 Thread Joseph Shraibman
Read and write the specaial files /dev/cua0, /dev/cua1, etc. Michele Trainotti wrote: > Hi guys, I'm new linux user,how can I read the serial ports form > java under linux??? Ciao Michele -- To UNSUBSCRIBE, email to [EMA

Re: serial port

1999-11-10 Thread Jon Beniston
> >Hi guys, I'm new linux user, > how can I read the serial ports form java under linux??? You need to use the Java Comm standard extension. Check out http://www.interstice.com/kevinh/linuxcomm.html for a Linux implementation. Jon. --

RE: Serial port access

1999-01-24 Thread Ross Mark
Serial port is supported in Java by using Sun's javax.comm package and the RXTX driver for Linux. Check out http://jarvi.ezlink.com/rxtx/ Remember to download the javax.comm package for Solaris as the Windows version won't work with the RXTX driver. Ross -Original Message- From: Per

RE: serial port program

1999-01-01 Thread java
One problem we are encountering with rxtx is libc5 versions of the jdk native include files are not compiling clean with rxtx. If anyone able to dig around has the libc5 version installed we are interested in knowing if this is a problem with the libc5 jdk jni or rxtx. The only think on the rx

RE: serial port program

1998-12-30 Thread Kevin Hester
standard RXTX distribution. -Original Message- From: Alastair Broom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 30, 1998 6:21 AM To: Steve Delahunty Cc: jinranlin; [EMAIL PROTECTED] Subject: RE: serial port program On Wed, 30 Dec 1998, Steve Delahunty wrote: > It would sure

RE: serial port program

1998-12-30 Thread pridemor
Yes, Sun is most certainly thinking about this topic. Check out http://www.javasoft.com/products/javacomm/index.html [EMAIL PROTECTED] on 12/30/98 08:14:29 AM To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc:(bcc: Russell Pridemore/Lex/Lexmark) Subject: RE: serial port program

RE: serial port program

1998-12-30 Thread Alastair Broom
On Wed, 30 Dec 1998, Steve Delahunty wrote: > It would sure be nice to have basic serial port functionality > ... > > -Original Message- > Subject: serial port program > > I need to make a program to control RS232 port, does anybody know how to do > it using java? > Theres the "Java Comm

RE: serial port program

1998-12-30 Thread Steve Delahunty
It would sure be nice to have basic serial port functionality as part of the jdk. Does anyone know if Sun is thinking about doing this? All my serial communications programs have been using the JNI. This works okay, but breaks platform independence. - Steve D. -Original Message- From: ji

Re: serial port program

1998-12-30 Thread Roel Hofkens
Take a look at http://www.interstice.com/~kevinh/linuxcomm.html Cheers, Roel. At 04:51 PM 12/30/98 +0800, =?HZ-GB-2312?B?amlucmFubGlu?= wrote: >hi, >I need to make a program to control RS232 port, does anybody know how to do >it using java? >thanks for lot and happy new year > >Jerry >