Reputation: 19
I use "82357B USB/GPIB" in order to communicate with a device with "Agilent Communication Expert". How can I communicate with the device in C# code? What should I need to install? Which references to add? etc.
And how to diploy the application to another computer? Does the computer need some installations?
Thanks
Upvotes: 0
Views: 1422
Reputation: 19
See "Keysight IO library suit Getting started with Visa.Net C# Instrument control program" This document describe how to build visual studio solution with visa to communicate with device over GPIB
Another important document is "Keysight IO Library Suite VISA.NET / C# Quick Reference Guide" (google it)
Upvotes: 0