keyboard ISR
Posted: Thu May 01, 2003 11:00 pm
hi, i have a keyboard isr that displays the ascii value of the key i press, that works great. my question is what is a common thing to do with the keys after they are pressed. are they simply stored in a buffer until they can be processed? if so, how does the kernel interface with the buffer? are there functions to see if a key is waiting on the buffer and read/delete it from buffer?
i am just wondering what are some common ways of dealing with this.
thanks
i am just wondering what are some common ways of dealing with this.
thanks