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
Open console and start python. Run the following commands
import seabreeze.spectrometers as sb
spec = sb.Spectrometer.from_serial_number()
print(spec.features['revision'])
Find that spec.features['revision'] is an empty list.
spec.features['revision'][0].revision_firmware_get()
Gives error list index is out of range
The text was updated successfully, but these errors were encountered:
That means, cseabreeze currently has no support for the HR2000ES+ firmware feature.
If you're interested in adding support for this, let me know. I can probably provide some guidance.
spectrometer and system information
current problem
I can't get the firmware version
steps to reproduce
Open console and start python. Run the following commands
import seabreeze.spectrometers as sb
spec = sb.Spectrometer.from_serial_number()
print(spec.features['revision'])
Find that spec.features['revision'] is an empty list.
spec.features['revision'][0].revision_firmware_get()
Gives error list index is out of range
The text was updated successfully, but these errors were encountered: