PDA

View Full Version : Does anyone know how to emulate a keyboard using the PIC18F4550 of PIC18F2550?



PJALM
- 18th January 2006, 01:43
I have tried the examples that come with PBP for HID and the mouse emulation works great, is there a way to emulate a keyboard as well?

I am trying to make a custom keyboard but can't find any examples.

Any help would be greatly apereciated.

Thanks

penelopepug
- 18th January 2006, 05:15
I'm not sure if this will help. I found this link and had a quick look at the code this fellow developed to emulate 32 PS/2 keys using a PIC16F84.

http://massmind.org/techref/microchip/picboard.htm

Kamikaze47
- 18th January 2006, 10:03
I would also be interested in this too if someone has a PBP program for emulating a ps2 keyboard.

PJALM
- 18th January 2006, 14:12
I actually want to emulate a HID Keyboard for USB not the traditional PS/2.

I played with the HID Mouse example with PBP and it worked great but I now need to do the same for a Keyboard.