Yes, I even wrote a program which "talks" with the device directly, with the 
help of inb()/outb().

But now I want to learn how to write drivers =)

On Thu, 1 May 2008 19:22:10 +0200
Jonathan Schleifer <[EMAIL PROTECTED]> wrote:

> Sviatoslav Chagaev <[EMAIL PROTECTED]> wrote:
> 
> > I need to write a driver for a primitive device which connects to the
> > LPT port, so I was wondering, are there any
> > manuals/tutorials/HOWTOs/... on this subject?
> 
> You don't even need a driver in the kernel for that, you can just
> access the lpt device in /dev.
> 
> -- 
> Jonathan

Reply via email to