trouble getting started with VUSB in the host side

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
shrestbuddha
Posts: 2
Joined: Tue Apr 30, 2013 6:39 pm

trouble getting started with VUSB in the host side

Post by shrestbuddha » Fri May 03, 2013 4:10 am

hi everyone. I am new at the micro controller and i want to communicate with my device and PC. well i've figured out the device side, but i'm having trouble with the PC side with all the drivers thing(in windows 7) and using command line. I've seen some tutorials but i'm finding it hard to implement them. please help me out. thank you!

vouvoume

Re: trouble getting started with VUSB in the host side

Post by vouvoume » Fri May 03, 2013 12:39 pm

Hi

TinyUSBboard (http://matrixstorm.com/avr/tinyusbboard/) is an example V-USB board.
Its project page has many examples and one of them is a template for interacting with a computer via USB.
This template contains a firmware as also platform independed code for your computers end.
(http://matrixstorm.com/avr/tinyusbboard/#examples : VUSB skeleton/example)

Of course you could also use avrBridge.
(http://matrixstorm.com/avr/tinyusbboard/#firmwares : tinyUSBboard as avrBridge)

Best regards,

shrestbuddha
Posts: 2
Joined: Tue Apr 30, 2013 6:39 pm

Re: trouble getting started with VUSB in the host side

Post by shrestbuddha » Fri May 03, 2013 5:21 pm

thank you very much!

Post Reply