06-08-2015 03:28 AM
Hi,
I'm trying to integrate the cyusb in Labview through .NET.
I have been able to get the EndPoints (thanks to the sample you posted). It works fine to me with LV2013.
But I'm really new to .NET and don't know what to do next in order to read/write data from/to the board...
Do you have any sample vi that you can share (and that could help me figuring out how to implement the comunication) ?
Thanks in advance !
Max
06-09-2015 08:38 AM - edited 06-09-2015 08:40 AM
Hi Maxim!
It looks like other individuals looking for similar help were able to learn quite a bit and adapt the code from LabVIEW's USB RAW - Bulk example. To get to this, open up LabVIEW and click "Help" and then "Find Examples...". From there, the NI Example Finder should have opened. Then you should be able to find the "USB RAW - Bulk" example vi under the "Hardware" folder and then under the "VISA" folder.
Hope this helps!
Rachael D.
National Instruments
06-16-2019 05:03 AM
Hi
I saw the attachement previously uploaded by DM3, I don't know how to get CyUSB.Const and CyUSB.CyFX2Device refnum in block diagram ? I only know these two classes are in the attached cyusb.dll, anyone please help me, I was puzzled a few days.