communicate with avr using windows

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
amateur_24
Posts: 4
Joined: Wed Aug 04, 2010 8:13 pm

communicate with avr using windows

Post by amateur_24 » Fri May 27, 2011 11:25 pm

I'm using the powerswitch example project however I've slightly modified it to suit my needs.
However I need to run it on windows. How do I develop the application for windows?
The only tutorial I could find used vc++ but it couldn't resolve dependencies.

14psyche
Posts: 1
Joined: Wed Jun 01, 2011 11:52 am
Contact:

Re: communicate with avr using windows

Post by 14psyche » Wed Jun 01, 2011 5:54 pm

I'm having the same issue with the example. :/

Anyone could help us? Thanks in advance.

Micha

Re: communicate with avr using windows

Post by Micha » Wed Jun 08, 2011 7:37 am

Generally there are several host libraries which can be used. Look at the bottom of the following page: http://www.mikrocontroller.net/articles ... ternativen

All of them work with V_USB (some better, some worse), but all have to be adapted to fit your needs. I tried all of them and actually I'm working with HidLib from jj-jabb as it best fits my needs. But maybe for you another one will be better.

Post Reply