-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
pyseabreeze: OBPProtocol.receive docstring is incorrect #109
Comments
Hi @ptapping this is an issue with the docstring for the python-seabreeze/src/seabreeze/pyseabreeze/protocol.py Lines 294 to 345 in ff806a8
is basically a minimal implementation of python-seabreeze/src/libseabreeze/src/vendors/OceanOptics/protocols/obp/exchanges/OBPTransaction.cpp Lines 74 to 222 in ff806a8
This should be better documented... Cheers, |
spectrometer and system information
current problem
Attempted to add Ocean FX support to pyseabreeze, but the communications were timing out. Seemed like messages or responses might be incorrect sizes. Looked at code and saw this in the pyseabreeze.protocol.OBP.receive() method:
Clearly the
size
parameter is not doing what it says it should do...Not sure if it's related to my problem, but worth raising the issue...
The text was updated successfully, but these errors were encountered: