04-23-2008 02:33 PM
04-24-2008 03:01 PM
04-25-2008 06:21 PM
Hi Marshall, Thank You.
I can do the VISA .Net stuff from MS/VB2005 without difficulties, as witnessed by the attachment.
Note that one of the devices is "USB0::". How do I communicate with this device?
Regards.
04-28-2008 02:22 PM
04-28-2008 02:37 PM
Just to be clear, What I am hearing is that the ONLY ways to talk to the USB-8451 are 1) Use LabView on top of VISA or 2) use the libraries (*.lib, *.dll) that come on the accompanying CD. Specifically, I CANNOT use VISA .Net, directly, to talk to it.
Since LabView can talk to it, through VISA, why can't I be given the low-level protocols so that I can talk to it directly through VISA myself? Or, does LabView NOT use VISA to talk to it?
Regards, EdC
04-29-2008 12:16 PM
09-06-2010 02:44 AM
Hi,
Has this situation changed since 2008?
Like the original poster, I'm also interested in using .Net with VISA and the USB-8451.
Regards,
Jan
09-07-2010 05:51 PM
Hi Jan,
The newest driver for the USB-8451 is NI-845x 1.1.4. Looking at the readme, the driver does not natively support any .NET programming languages, but supports up to Visual C++ 6.
The NI-845x Software User Manual has sections dedicated to both how to communicate with the 8451 from LabVIEW as well as how to do so from C.
02-09-2017 05:52 AM - edited 02-09-2017 05:52 AM
Hi,
has this been updated since 2010? I've downloaded version 16 of the drivers.
What's the best way to talk to the 8451 from c#?
Rich
02-10-2017 05:19 PM
Hi Rich,
The supported environments are the same in version 16 as in this post. Thus, the best way to communicate with the 8451 from C# will still be with one of the methods mentioned above, either by using the C DLL, or by developing a DLL using one of the supported environments.
Regards,