host software
Posted: Fri Dec 02, 2011 12:33 pm
Hi Guys new to this forum,,,
Did a good search of the forum but couldn't find much on windows host control software!
Ok I want to write a host gui program to control something, servo, or an led on/off would do...
That is a pc program (A switch or slider would do) to control an avr with on/off led or servo.
Nearly all the projects here send data from avr to host, I have built several of these successfully using v-usb and read up on some books, namely USB by example, that one had host code example in VB6 and C++, I tried the vb6 for starters but too many issues to describe here, although I'm still working on them.
USB Complete, looks an excellent reference book but well over the top for what I wanted to play with (basically slow speed hid, simple commands).
Can anyone point me to a tutorial example that actually works?
I see that Frank Zhao controls a servo from a pc, although I think he uses .NET which I would prefer not to use, although that's the type of thing I'm looking for...
If anyone else is interested then I don't mind sharing project info, full code etc, The experiment is only to further understand the basics of USB communication with avr's...
Did a good search of the forum but couldn't find much on windows host control software!
Ok I want to write a host gui program to control something, servo, or an led on/off would do...
That is a pc program (A switch or slider would do) to control an avr with on/off led or servo.
Nearly all the projects here send data from avr to host, I have built several of these successfully using v-usb and read up on some books, namely USB by example, that one had host code example in VB6 and C++, I tried the vb6 for starters but too many issues to describe here, although I'm still working on them.
USB Complete, looks an excellent reference book but well over the top for what I wanted to play with (basically slow speed hid, simple commands).
Can anyone point me to a tutorial example that actually works?
I see that Frank Zhao controls a servo from a pc, although I think he uses .NET which I would prefer not to use, although that's the type of thing I'm looking for...
If anyone else is interested then I don't mind sharing project info, full code etc, The experiment is only to further understand the basics of USB communication with avr's...