Re: playing with serial port

2003-07-03 Thread ougur
t;[EMAIL PROTECTED]> <[EMAIL PROTECTED]cc: om.com> Subject:

Re: playing with serial port

2003-07-03 Thread Andreas Micklei
On Thu, Jul 03, 2003 at 06:26:05PM +0700, Marulam Sinaga wrote: > I want to learn how to connect to serial port on the device, say PC or > other device that has serial port and make some application via the > serial port. > > Does anybody know where the documentation of java i

playing with serial port

2003-07-03 Thread Marulam Sinaga
Dear All,     I want to learn how to connect to serial port on the device, say PC or other device that has serial port and make some application via the serial port.   Does anybody know where the documentation of java i can get?     Thanks. Ulam S.  

Re: problems with serial port communication

2000-11-13 Thread Joi Ellis
On Mon, 13 Nov 2000, Peter John Cameron wrote: > What's the consensus on the best Java IDE to use? I develop with VAJ 3.02 > and JDK1.2 on w*nd*z* at work. I downloaded VAJ 3.02 for Linux. > Unfortunately at the weekend I discovered that you can't simply "update" VAJ > 3.02 for Linux from 1.1.7A

Re: problems with serial port communication

2000-11-13 Thread Peter John Cameron
What's the consensus on the best Java IDE to use? I develop with VAJ 3.02 and JDK1.2 on w*nd*z* at work. I downloaded VAJ 3.02 for Linux. Unfortunately at the weekend I discovered that you can't simply "update" VAJ 3.02 for Linux from 1.1.7A to 1.2.2 :( I've only used VAJ so I'd like something wi

problems with serial port communication

2000-11-13 Thread Gozman Florian Leonard
> > Hello, > > I work on RedHat 6.2 platform and I'm to make a communication on Serial > Port using RXTX-1.5-3 package and JavaSun JDK1.3 package. > I've succeeded to send date from Linux on the serial port /dev/ttyS1 (in > Windows is COM2). > This data is r

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. --

serial port

1999-11-10 Thread Michele Trainotti
    Hi guys, I'm new linux user, how can I read the serial ports form java under linux???     Ciao   Michele

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- F

Serial port access

1999-01-22 Thread Per Bjarne Bro
I would like to access the serial port of a machine on which an applet or application is being run to read data from a weather station connected to a PC over a serial line. Does anyone know of available classes for reading the port? Thanks, Per Bj. Bro

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

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

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 >

serial port program

1998-12-30 Thread jinranlin
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

Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Jauvane Cavalcante de Oliveira
Hi Ian, > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the serial port? I need to be > able to get and set the bps rate, flags, etc. as well as send and receive > unbuffered bytes. Yes, it is possible. Have a

Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Karl Asha
Check the javacom and rxtx packages within the 3rd part products area at http://www.blackdown.org/java-linux.html. Cheers, Karl [EMAIL PROTECTED] (Ian Goldberg) writes: > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the

Accessing the serial port with Java for Linux

1998-06-14 Thread Ian Goldberg
Is it possible (with Java 1.1.x under Linux) to write a Java program which can access a device attached to the serial port? I need to be able to get and set the bps rate, flags, etc. as well as send and receive unbuffered bytes. Thanks, - Ian