Hi,
is it possible to program the parallel port with system-supplied drivers?
The DDK help says something like "raw access to ports", but it seems it is
only for controlling printers. I need to program the port directly, i.e.
setting and releasing port lines. At the moment, I'm using this "user-mode-
security-hack-driver" and inb/outb calls. Do I have to do these inb/outb
calls in kernel mode to have a reliable communication without scheduler-
interrupts? I'm doing time-critical communication over the port but the
scheduler switches in stages where it mustn't.
Are kernel drivers "safe" from unwanted scheduler switches or would it also
don't work?
Thanks for your help.
Thomas