General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
-
ripper121
- Posts: 8
- Joined: Sat Aug 16, 2014 11:48 am
Post
by ripper121 » Sat Jan 17, 2015 2:33 am
How can i send data from the PC to my V-USB device?
this is my schematic:

-
ulao
- Rank 4

- Posts: 481
- Joined: Mon Aug 25, 2008 8:45 pm
Post
by ulao » Mon Jan 19, 2015 7:35 pm
Sending data to the device has nothing to do with the schematic? To send data you need to use the usb write functions. There are a few examples on the forums here and even a data example (hid-data) is included in the samples from v-usb's downloads.