On 08/09/04 Richard McGrath wrote:
> Does anyone know how to access to parallel port with mono?
> 
> That is I need to access the various pins and make them high/low as 
> appropriate for a small electronics project.
> 
> Is it a matter of writing the correct information to /dev/parallel (or 
> similar)?

On Linux systems you need to access /dev/parport0 etc. using
open() read(), write() and ioctl(). Googling for "parport ioctl"
should give you a few hints and sample code.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to