Search found 3 matches

by qubit
Mon Mar 01, 2010 11:24 am
Forum: V-USB
Topic: Recognizing V-USB Connected
Replies: 0
Views: 4319

Recognizing V-USB Connected

Is there a way recognize that a V-USB device is connected to USB Host? I made a device that is powered from an external power supply. Now I would like to make a status LED that indicates green if the device is connected to the USB host. I found something in the section "Intercepting standard re...
by qubit
Thu Feb 18, 2010 11:20 pm
Forum: V-USB
Topic: Interface V-USB using Matlab
Replies: 1
Views: 2233

Re: Interface V-USB using Matlab

I managed to do that. You create your own dll that talks to the V-USB device. Then you use in Matlab loadlibrary and calllib to communicate with that the dll. The dll I made using MinGW.
by qubit
Sun Dec 02, 2007 3:16 pm
Forum: V-USB
Topic: AVR MacPack: AVR development on Mac
Replies: 5
Views: 8408

Brilliant! It installed perfectly for me. Congratulations on the project.

Just one question: What is the deal with gcc3 creating smaller code? I tried it and indeed gcc3 makes smaller code for the few projects i tried. So do you recommend using gcc3?