[Hardware/USB] Turnin On A Light
I have made a light with a working USB connector at my school in electronics class.
Once i plug it in to the computer the light turns on (DUH!)
I'm wondering if it is possible to make a program in VB6 that will turn the light on/off?
If you have nothing good to say then don't say anything at all :harhar:
Laterz,
What Can I Say
Re: [WONDER]Turnin On A Light[WONDER]
I have no experience in working with such a dongle, especially through USB, but I'm quite sure it's doable. I suppose if you have no controls on it, it'll be a matter of turning the whole USB port on/off.
Re: [WONDER]Turnin On A Light[WONDER]
I'm quite sure it'd only be possible in languages such as ASM.
Re: [WONDER]Turnin On A Light[WONDER]
I did something similair.
I had a K8055 (Velleman) board with USB connection and 8 out ports, 4 in ports and 2 variable out ports. I programmed in VB6 as all examples were in VB6 (and didn't got it to work in C...so I HAD to learn VB6).
You can deffo control your led device, but you'll have to write a library for it ^^ -> not easy ;).