01-09-2017 08:45 AM
I want to convert to USB Code from GPIB Code....
But, I don't have any idea... Help me..
Thank you..
01-09-2017 04:35 PM
First, I would rewite your program here to use VISA instead of the GPIB functions. Once you have that working, then it is just changing the initialization and you are ready to go. This is assuming the instrument has a USB interface and you are not using a USB-GPIB adapter.
Look in the example finder (Help->Find Examples) and do a search for VISA instrument communcations and you should find something useful to go by.