> I know there is a parallel port dll out there, but the source isn't open so I > can't guarantee it working under Mono.
It would likely not work; In Unix you would probably end up doing some ioctl calls (which will be OS-specific, so you will need a native shared library that is p/invoked from C# to do this). _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
