trouble getting started with VUSB in the host side
-
- Posts: 2
- Joined: Tue Apr 30, 2013 6:39 pm
trouble getting started with VUSB in the host side
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
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,
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,
-
- Posts: 2
- Joined: Tue Apr 30, 2013 6:39 pm
Re: trouble getting started with VUSB in the host side
thank you very much!