Parallel Port  
Author Message
Anwar Moukaddem





PostPosted: 2003-8-5 7:40:00 Top

java-programmer, Parallel Port Hello,

I want to drive a device using the parallel port data output.
I want to use preferably an applet to do that. Is that possible?

I heard that javax.comm is not very reliable, does anyone have experience
with it?

thanks,
anwar


 
schnumbl





PostPosted: 2004-1-5 16:38:00 Top

java-programmer >> Parallel Port hi, how can i send a bin to parallel port?
is there a tool i can use?


 
sesion23





PostPosted: 2004-10-1 2:05:00 Top

java-programmer >> Parallel Port Is there a way to control Parallel Port with ActionScript ??? I mean, I want to control some leds with parallel port in Flash.

Thanks.
 
 
Patrick Bay





PostPosted: 2004-10-1 2:48:00 Top

java-programmer >> Parallel Port Nope :(

Closest you could come is something like SWF Studio. If you're willing
to put in the time, however, you could write a socket server of some
sort (PERL parhaps?) that Flash could communicate through. Your PERL
program would then do the communication with the hardware. You may also
be able to execute programs that could control the parallel port. Also,
a simple DOS batch file can send raw data to the printer port, and
that's dealt with in the same was as an executable.

Regards,
Patrick

-----------------------------------------------------
www.baynewmedia.com

IRC (www.dal.net) -> #baynewmedia
-----------------------------------------------------



sesion23 wrote:

>Is there a way to control Parallel Port with ActionScript ??? I mean, I want to control some leds with parallel port in Flash.
>
>Thanks.
>
>
 
 
Dom





PostPosted: 2007-2-5 5:19:00 Top

java-programmer >> Parallel Port Hello
I want to use Parallel Port in my application and I want to know if
there are people who have do it and if I have example of the code.
Thank you

 
 
J黵gen Gerstacker





PostPosted: 2007-2-5 18:44:00 Top

java-programmer >> Parallel Port On 4 Feb., 22:18, "Dom" <email***@***.com> wrote:
> Hello
> I want to use Parallel Port in my application and I want to know if
> there are people who have do it and if I have example of the code.
> Thank you

Yes, this can be done with rxtx.
(http://www.jcontrol.org/download/rxtx_de.html)

Helpful sample code can be found in this package.

Juergen