Page 1 of 1

trouble getting started with VUSB in the host side

Posted: Fri May 03, 2013 4:10 am
by shrestbuddha
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!

Re: trouble getting started with VUSB in the host side

Posted: Fri May 03, 2013 12:39 pm
by vouvoume
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,

Re: trouble getting started with VUSB in the host side

Posted: Fri May 03, 2013 5:21 pm
by shrestbuddha
thank you very much!