[Mono-dev] Parallel Port Access

Rafael Teixeira monoman at gmail.com
Fri Jan 6 09:25:11 EST 2006


I assume you want to have full bidirectional access on the port,
because if you just want to print raw bytes to it, just open a
filestream for the device (tipically "/dev/lp0").

For bidi, you need to go deeper, and make some glue C code.

Fun,

On 1/5/06, Lukas <sinisterguy at gmail.com> wrote:
> Is there any way to access the parallel port in linux through the
> current mono implimentation? I have researched a lot and can't seem to
> find a way other than mixing other languages in besides C#.
>
> --
> God Bless,
>
> Luke
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


--
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...


More information about the Mono-devel-list mailing list