Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C seabreeze doesn't report firmware version #175

Open
bensoloway opened this issue Nov 2, 2022 · 1 comment
Open

C seabreeze doesn't report firmware version #175

bensoloway opened this issue Nov 2, 2022 · 1 comment

Comments

@bensoloway
Copy link

spectrometer and system information

  • model: HR2000ES+
  • operating system: i.e. Ubuntu 22 64bit
  • python version: 3.10.6
  • python-seabreeze version: 2.0.3
  • installed-via: pip

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

@ap--
Copy link
Owner

ap-- commented Jan 11, 2023

Hi @bensoloway

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.

Cheers,
Andreas 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants