Page 1 of 1

communicate with avr using windows

Posted: Fri May 27, 2011 11:25 pm
by amateur_24
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.

Re: communicate with avr using windows

Posted: Wed Jun 01, 2011 5:54 pm
by 14psyche
I'm having the same issue with the example. :/

Anyone could help us? Thanks in advance.

Re: communicate with avr using windows

Posted: Wed Jun 08, 2011 7:37 am
by Micha
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.