Replies: 3 comments 14 replies
-
Hi Chong, The code snippet you posted defines PID as 0x101E which, if I am not mistaken, is not the product Id of the HDX. Do you have other ocean optics spectrometers connected to this PC? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi Chong, import seabreeze
seabreeze.use('pyseabreeze')
from seabreeze.spectrometers import Spectrometer
devices = list_devices()
spec = Spectrometer.from_first_available() If that is is true, then there must be another error somewhere. Because the USB2000+ is guaranteed to work with pyseabreeze under windows. Try this tool: https://zadig.akeo.ie/ to install the Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi Andreas, I have installed the WinUSB drive for the USB2000+ using the zadig tool as follows: Then, my USB2000+ spectrometer shown in the device list as follows: I have then run the following code:
What I have got is as follows:
What's more, it cannot find the USB2000+ even I used Sorry for bothering you a lot on this and thanks very much for your help. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I want to use the updated version seabreeze to access to an Ocean HDX spectrometer through python. Therefore, I have run the code beneath.
However, it cannot find my Ocean HDX spectrometer and report the error as follows:
I have searched online, and found that a libusb driver was possibly required. Therefore, I have used libusb-win32 to create an inf file for the HDX spectrometer. Then, I have a run a simple code (beneath) and found the device this time. But when I run the seabreeze code again, it still reported "No unopened device found". Does any one has any idea? Thank you very much.
@ap-- Andreas, Thanks a lot for replying my inappropriate comments in the issue #60. I won't ask questions in any closed issue again.
Cheers,
Chong
Beta Was this translation helpful? Give feedback.
All reactions