Interface V-USB using Matlab

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
rongo024
Posts: 1
Joined: Thu Jan 14, 2010 6:34 am

Interface V-USB using Matlab

Post by rongo024 » Thu Jan 14, 2010 9:21 am

Is it possible to interface V-USB using Matlab? If then describe the procedure.

qubit
Posts: 3
Joined: Sun Dec 02, 2007 2:51 pm

Re: Interface V-USB using Matlab

Post by qubit » Thu Feb 18, 2010 11:20 pm

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.

Post Reply