Usb control of usrp with .NET

Hello,

I was looking to write some simple code in Visual C++ .NET to control
the USRP. My first problem is to communicate with the USB port. I’ve
seen some people who have used the CreateFile, Read, and Write functions
in Windows to do this, but I’m unable to get a handle for the USRP.
Does anyone have some example code of how to talk via USB with the USRP,
specifically?

Thanks,
Dave


Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

David Caruth wrote:

Hello,

I was looking to write some simple code in Visual C++ .NET to control
the USRP. My first problem is to communicate with the USB port. I’ve
seen some people who have used the CreateFile, Read, and Write functions
in Windows to do this, but I’m unable to get a handle for the USRP.
Does anyone have some example code of how to talk via USB with the USRP,
specifically?

I Googled for “C# libusb” and found this.

Cool blog btw.

/Ulf