Interface V-USB using Matlab
Interface V-USB using Matlab
Is it possible to interface V-USB using Matlab? If then describe the procedure.
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.