Im interested in writing a C++ program on a Solaris 8 platform to control an Agilent 66312A. Since I'm new to this, I'm wondering if I can do something as simple as:
fprintf(gpib0,"%s","VOLT 5\n"); On this system, gpib0 is the logical address of the GPIB driver card.
Or, is there a more complex procedure required?