Cobra Forum

Other Discussion and Support => Education & Science => Topic started by: mahesh on Dec 19, 2023, 05:01 AM

Title: Python and NI GPIB-USB-HS 14.04
Post by: mahesh on Dec 19, 2023, 05:01 AM
Hello,

I would like to be able to communicate with my lab equipment via NI's GPIB-USB-HS. I installed linux-gpib with the help from the following link
HTML Code:
http://linux-gpib-general.narkive.com/76BKTHLC/libgpib-so-0-not-found-on-debian
and
HTML Code:
http://ubuntuforums.org/showthread.php?t=2270802
from my experience with working on debian systems (run on raspberry pi's) that were set up by someone other than myself, the python code would open a serialport based on an address in /dev. However, when I type

Code:
ls /devwith or without the GPIB-USB-HS plugged into my laptop, I get the same list, meaning that it is not showing up. When I type:

Code
:
lsusbthis is returned:
Code:
Bus 001 Device 007: ID 3923:709b National Instruments Corp. GPIB-USB-HS
Thanks in advance.