General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
gth629e
Post
by gth629e » Thu Feb 07, 2008 6:45 am
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
-
christian
- Objective Development
- Posts: 1443
- Joined: Thu Nov 09, 2006 11:46 am
Post
by christian » Thu Feb 07, 2008 6:14 pm
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.