PROTECTED]
Subject: Re: [QUESTION] Howto access parallel port
Peter,
Thank you for the pointer to RXTX.
I have made progress but am still a newbie.
I have successfully built and run nulltest.java,
which sends a string to /dev/ttyS0 and simutaneously reads from
/dev/ttyS0.
With a short from TX t
Peter,
Thank you for the pointer to RXTX.
I have made progress but am still a newbie.
I have successfully built and run nulltest.java,
which sends a string to /dev/ttyS0 and simutaneously reads from /dev/ttyS0.
With a short from TX to RX, it reads the same string written, "Hello, world".
My
ra.at/
-Original Message-
From: Robert Meier [mailto:[EMAIL PROTECTED]
Sent: Friday, March 16, 2007 12:27 AM
To: [EMAIL PROTECTED]
Subject: [QUESTION] Howto access parallel port
java writers,
I am a java newbie.
How can one access the parallel port of a java laptop?
How can one access
27 AM
To: [EMAIL PROTECTED]
Subject: [QUESTION] Howto access parallel port
java writers,
I am a java newbie.
How can one access the parallel port of a java laptop?
How can one access /dev/parport0?
How is hardware represented in java?
By standard classes?
Which ones?
By gateway to an execu
java writers,
I am a java newbie.
How can one access the parallel port of a java laptop?
How can one access /dev/parport0?
How is hardware represented in java?
By standard classes?
Which ones?
By gateway to an executable(?) underlying the JVM?
What is the protocol/class/...?
Can you (