Page 1 of 1

Interface V-USB using Matlab

Posted: Thu Jan 14, 2010 9:21 am
by rongo024
Is it possible to interface V-USB using Matlab? If then describe the procedure.

Re: Interface V-USB using Matlab

Posted: Thu Feb 18, 2010 11:20 pm
by qubit
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.