Hi there,
I am trying to use this library to read voltage and current information over USB. However, when I run it I get the following error:
Trying to auto-detect USB device
Traceback (most recent call last):
File "c:\Users\AngusEason\Desktop\Programming power supply\SPD3303X.py", line 9, in <module>
with SPD3303X.usb_device() as dev:
File "C:\Users\AngusEason\AppData\Local\Programs\Python\Python310\lib\site-packages\spd3303x\__init__.py", line 106, in __enter__
raise Exception("No device found")
Exception: No device found
I believe it is a driver issue where I do not have all the required prerequisites. What drivers, versions, or other software is required to be installed for this to work?