You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the usbtmc package on a Raspberry Pi 3. I extracted the package and used sudo python3 setup.py install in the terminal window to install, and it was successful. Now I am trying to run this bit of code:
I am trying to install the usbtmc package on a Raspberry Pi 3. I extracted the package and used
sudo python3 setup.py install
in the terminal window to install, and it was successful. Now I am trying to run this bit of code:import usbtmc
instr = usbtmc.Instrument(0x2a8d, 0x5c18)
print(instr.ask("*IDN?"))
I am receiving the error:
AttributeError: 'Endpoint' object has no attribute 'clear_halt'
So I think something might be wrong in the way I installed it? Any help is appreciated.
The text was updated successfully, but these errors were encountered: