Dr M
Dr M
That looks helpful, I think the main hump is if it appears as a serial interface under /dev After that it should be straightforward, though I am not clear about...
Does pyseabreeze support the PCI ADC interfaces? I have one of those also. Aside, it might be of interest that the USB adapter seems to be pretty popular, a lot...
Yes, I saw where it would go in the pyseabreeze code. An abort could be a useful alternative for some use cases.
Yes, it looks messy. The comment that they need to be called to handle events seems a little concerning. I have been using the device in triggered mode for clocked...
user space thread to implement a watchdog timer? (provided the overhead is small) But again, I don't want to cause you extra work. It has been working very well as...
That solution does not work for me. The future pysub is already installed, and the error still occurs on the seabreeze install The only way it installs is pip install...
python --version ; pip --version ; pip freeze Python 3.8.7 pip 19.3.1 from /usr/lib/python3.8/site-packages/pip (python 3.8) angler==0.0.15 argcomplete==1.10.0 asteval==0.9.19 autograd==1.3 beautifulsoup4==4.9.3 blivet==3.2.2 blivet-gui==2.1.15 Bottleneck==1.2.1 cached-property==1.5.1 cairocffi==1.1.0 CairoSVG==2.4.2 cffi==1.14.0 chardet==3.0.4 cssselect2==0.3.0...
I would say the most usual use case is pyseabreaze without the cseabreeze backend. For one thing, I have yet to find the download for seabreeze on the oceaninsight web...
> the |cseabreeze| backend is still more feature complete Fair enough > lack of hardware for testing, and a lack of user contributions (in > case a user has access...
As of version 2.0.2, pip install seabreeze[pyseabreeze] seems to work, not other switches were needed and there were no errors or warnings. Very nice, thank you