system
#1
Hi!
I used https://code.google.com/p/vusb-for-arduino/ library for working with usb.
Its photo of device (with Schematic)
I used this code
include "UsbKeyboard.h"
void setup(){}
void loop()
{
UsbKeyboard.update();
UsbKeyboard.sendKeyStroke(KEY_R);
delay (1000);
}
Where is bug?
Thanks.
system
#2
Dunno - your code looks similar to the examples. Did you notice this comment in the readme?
NOTE: The code will NOW ONLY WORK WITH THE PCB DESIGN
NOT THE PROTOBOARD DESIGN.
If you haven’t already checked it, I suggest you focus on the hardware design to make sure your circuit is correct for this version of the library.
system
#3
PeterH:
Dunno - your code looks similar to the examples. Did you notice this comment in the readme?
NOTE: The code will NOW ONLY WORK WITH THE PCB DESIGN
NOT THE PROTOBOARD DESIGN.
If you haven't already checked it, I suggest you focus on the hardware design to make sure your circuit is correct for this version of the library.
Thanks, But can u tell me difference with PCB and PROTOBOARD DESIGN
system
#4
Zener_diod:
Thanks, But can u tell me difference with PCB and PROTOBOARD DESIGN
No. Is there any reason you can't investigate this yourself?