Arduino as USB-client?
http://www.practicalarduino.com/projects/virtual-usb-keyboard
I tried to make it work but it didn't work for me. could that be because I used 3.3V zener diodes?
If you made something according to the link did it work for you?
7
answers
|
Answer it!
|
and what exactly do you main with "Did it ennumerate ?"
Try reversing the data lines and see what happens.
Its a clever, and very complex piece of code you're playing with.
Steve
but now it does nothing, the computer doesn't even see my arduino.
I would add some debugging code and run the Arduino's own serial port to your PC as well.
I'll try the debugging but I think you have to help me with that a bit. I'm still quit new in the arduino world.
There will be other things you need to set in the code I suspect. The REFERENCE project that this is based on is here
http://www.obdev.at/products/vusb/hidkeys.html
The arduino USB library you need is here:
http://code.google.com/p/vusb-for-arduino/downloads/detail?name=vusb-for-arduino-005.zip
![]() |






























