How to get keyboard input?

Dear all,

How can I write a program in order to get the keyboard input with interrupt?

Hi

Do you want to post this in the Photon news group? This really doesn’t
pertain to Photon.

Check out your hardware specs but you should have a Keyboard IRQ reserved,
and you can attach a interrupt hander to that. (Check out InterruptAttach()).

Another thing to look at is the Input DDK and see how it was done. That would
probably be the best place to look.

Hope this helps.

E.


Tok <huikeith@hotmail.com> wrote:

Dear all,

How can I write a program in order to get the keyboard input with interrupt?