Page 1 of 1

MAke a USB Keyboard

Posted: Thu Feb 07, 2008 6:45 am
by gth629e
Hello,


I am now in my 4th day of constant research, here is what I need to do.

Here is what I want to do, I want to have some sort of pic or programmable chip "detect when a switch is closed and interpret that into a ascii keyboard type string command and send that to a PC via ps/2 or usb port.

If anyone knows how to do this I will pay to have you help me. Thanks for all your help.

Brian

Posted: Thu Feb 07, 2008 6:14 pm
by christian
If you have some programming knowledge, see the HIDKeys example. You need to modify it so that it sends a sequence of keystrokes instead of one key. See the EasyLogger example for how to send a sequence of key strokes.