Hi,
I am currently runing kubuntu, linux version 3.19.0-30-generic. KDE plasma version 5.2.2. And i am tryin to use Python to communicate with a 'Maturo Control Unit' (or MCU version 1.30). In orde to do so i am using Pyvisa (version 1.5) and a Agilent 82357A USB to GPIB. When i am using the terminal i can send and reseive commands from the MCU. But when i use Pyvisa's resource maneger the Agilent 82357A USB to GPIB with the MCU connected does not appear. Pyvisa does work. Because ive used it in the past to connect with a spectrum analyzer using TCP:IP.
How can i make Pyvisa show the Agilent 82357A USB to GPIB connected to the MCU?
python 3.4.3:
----------------------------------------------------
>>> import visa
>>> rm = visa.ResourceManager()
>>> rm.list_resources()
()
----------------------------------------------------
>>> rm = visa.ResourceManager()
>>> rm.list_resources()
()
----------------------------------------------------