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.
communicate with avr using windows
Re: communicate with avr using windows
I'm having the same issue with the example. :/
Anyone could help us? Thanks in advance.
Anyone could help us? Thanks in advance.
Re: communicate with avr using windows
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.
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.