Andreas Poehlmann
Andreas Poehlmann
Hi @prissi The current device implementation in the `pyseabreeze` backend is based on the `USB2000` (not `USB2000+`) implementation. https://github.com/ap--/python-seabreeze/blob/ff806a834019e2d5a548d2af629d01c90646fea8/src/seabreeze/pyseabreeze/devices.py#L652-L678 which uses the millisecond timescale the smaller max value and the...
Hey aoabdelatif, can you try the same outside of spyder in a python interpreter and report back? All the best, -Andreas
Just open your anaconda python interpreter from the command line (Terminal). (open your terminal app and type `python`. Note: it should say something like python 3.6.1 anaconda..., if not, you...
Hmm, this is very strange. It should return immediately... can you run this in your terminal: ``` pip install pyusb ``` then run python and run: ```python import seabreeze seabreeze.use('pyseabreeze')...
HI Adam, Thanks for the report. I'll leave the issue open, until I add this info to the README at some point. Glad that it works now :) -Andreas
Hi Pramuspl, I now made prebuilt packages for Raspberry PI 2&3 for conda (armv7l). And just now I saw, that you have a Raspberry Pi 1 (armv6l)... If you need...
@alantate thanks!
@vxgmichel here you are: https://github.com/ap--/python-seabreeze-feedstock/tree/master/recipe
Oh, yes. The recipe in the repository was written for conda-forge which is using circle-ci for compiling the linux packages. I compiled the armv7 package on raspbian (which is why...
Hi @ptapping this is an issue with the docstring for the `OBPProtocol`. The `size` parameter isn't used in the receive method. The first read of 64bytes is enough to parse...