Emulate a PC Keyboard, Help

jel_75

New Member
Hellow, i´m new here new on this fourum and don´t speak good english (spanish is my native language), excuse to me for the erros.

My problem is that i need emulate some keys of a keyboard when detect signal on IR led, but the picaxes have a fuction to read from a keyboard but not for write to PC (PS2 Port).
Any know how do it or similar?
Thank you.
 

andrewpro

New Member
You will require a separate device for sending the data to the computer. The picaxe does not process fast enough to emulate any of the standard keyboard protocols.

If you jsut need to send specific commands to a specific program, you could send them serially to the computer, and write a program in something like VB using "sendkeys" to pass the appropriate keystrokes on for you.

--Andy P
 
Top