-
-
Notifications
You must be signed in to change notification settings - Fork 90
ADC1000-USB with SD2000 not detected #112
Copy link
Copy link
Closed
Labels
Description
spectrometer and system information
- model: ADC1000-USB, SD2000
- operating system: Linux, Fedora 32, Cinnamon spin
- python version: Python 3.8.7
- python-seabreeze version: 1.3.0
- installed-via: sudo pip install -I seabreeze[pyseabreeze]
current problem, steps to reproduce and code example with error
#!/usr/bin/python
import seabreeze
seabreeze.use('pyseabreeze')
from seabreeze.spectrometers import list_devices, Spectrometer
print( list_devices() )
spec = Spectrometer.from_first_available()
print(spec)Output:
[]
Traceback (most recent call last):
File "./SD200test.py", line 10, in <module>
spec = Spectrometer.from_first_available()
File "/usr/local/lib64/python3.8/site-packages/seabreeze/spectrometers.py", line 91, in from_first_available
raise cls._backend.SeaBreezeError("No unopened device found.")
seabreeze.pyseabreeze.exceptions.SeaBreezeError: No unopened device found.
Output from lsusb: ID 2457:1004 Ocean Optics Inc.
Reactions are currently unavailable