> -----Ursprungliche Nachricht-----
> From: Poul-Henning Kamp [mailto:[EMAIL PROTECTED]]
> Subject: Re: Accessing the tty structure of an opened device
>
> You will need to do this in a device driver, there is no way you
> can reliably measure that from userland.
>
> Trust me on this: I've tried.
That's what I wanted to do. I wanted to write a character device
which on read() passes the last IR-code.
Well as Mike Smith told me: "you cannot poll the serial line at
anything like a useful speed to perform IR decoding" my hopes are
all gone to get a simple solution.
Do I have to write my own serial driver to get what I want or
is it possible to use functions of the "build in" serial
device driver?
Alex
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message