RE: [QUESTION] Howto access parallel port

2007-03-22 Thread Kutschera Peter
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

Re: [QUESTION] Howto access parallel port

2007-03-20 Thread Robert Meier
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

RE: [QUESTION] Howto access parallel port

2007-03-16 Thread Kutschera Peter
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

RE: [QUESTION] Howto access parallel port

2007-03-16 Thread Kutschera Peter
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

[QUESTION] Howto access parallel port

2007-03-15 Thread Robert Meier
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 (