I'm having major trouble sorting through the code found here ( Google Code Archive - Long-term storage for Google Code Project Hosting.)
I've built the usb shield and have been able to compile the code fine (Arduino Enviroment 022), however once uploaded to the board (uno) the serial monitor spits out some jargon, (which i'm assuming is it trying to talk to the computer) however thats all that happens. i've been racking my brain at this for the past month with no real progress whatsoever and i was wondering if any one else had similar problems and if they fixed them?
Thanks
i'd like to help but I have no idea what the "usb shield" is
perhaps you'd benefit from watching http://frank.circleofcurrent.com/cache/usnoobie_rfid_keyboard.htm
it'll help because you'll understand the code instead of just throwing on an example and praying that it works
also cross check your usbconfig.h with the "usb shield"
Since you have an UNO you might want to take a look here: http://hunt.net.nz/users/darran. You can reprogram the atmega8u2 firmware on the UNO to make the UNO appear to be a USB keyboard so you don't need the USB shield. I've provided firmware, source, and example sketches for a keyboard HID driver, mouse HID Driver, and a MIDI USB driver.
Cheers,
Darran.
Thanks!