t;[EMAIL PROTECTED]>
<[EMAIL PROTECTED]cc:
om.com> Subject:
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
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.
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
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
>
> 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
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
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
>
>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.
--
Hi guys, I'm new linux user,
how can I read the serial ports form java under
linux???
Ciao
Michele
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
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
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
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
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
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
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
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
>
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
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
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
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
22 matches
Mail list logo