stepandr47

Results 15 comments of stepandr47

Hi Andreas, I have tried running it without list_devices() and I get the same result. Below is the rule created by seabreeze_os_setup for my sensor: ![image](https://user-images.githubusercontent.com/47436247/134096115-2a1238ad-2df8-49b6-bb05-952ef5d6518f.png) I have verified functionality...

Based on the image below it is version number 1.2.1 ![image](https://user-images.githubusercontent.com/47436247/134176520-e5b8e700-66ed-462c-8a11-25e2412c02ca.png)

Yeah that is correct. I am able to do everything fine with the Flame-T. I have a test setup on a Ubuntu VM and a raspberry pi. The Flame-T works...

I tried the different versions of pyusb on Ubuntu. I tried each of them with and without the OBPProtocol addition stated in your last comment. It was unable to connect...

Running the script as root on Ubuntu got the same timeout error. I haven't looked through it yet but below are the outputs from linux. LIBUSB_DEBUG and PYUSB_DEBUG are not...

Linux Output: Click to expand! ``` >>> spec = Spectrometer.from_first_available() 2021-09-22 17:01:49,369 DEBUG:usb.backend.libusb1:_LibUSB.__init__() [timestamp] [threadID] facility level [function call] -------------------------------------------------------------------------------- [ 0.000037] [0000b467] libusb: debug [libusb_init] created default context [...

Was able to get these debugs working by adding these lines to the start of the script in windows. Noticed your comment after finding this way: import os os.environ['PYUSB_DEBUG'] =...

Linux Output: ``` 2021-09-23 14:43:24,769 DEBUG:usb.backend.libusb1:_LibUSB.__init__() [timestamp] [threadID] facility level [function call] -------------------------------------------------------------------------------- [ 0.000023] [0000e75a] libusb: debug [libusb_init] created default context [ 0.000041] [0000e75a] libusb: debug [libusb_init] libusb v1.0.24.11584...

Windows Output: ``` 2021-09-23 14:57:29,833 DEBUG:usb.backend.libusb1:_LibUSB.__init__() [timestamp] [threadID] facility level [function call] -------------------------------------------------------------------------------- [ 0.000063] [00002d14] libusb: debug [libusb_init] created default context [ 0.000086] [00002d14] libusb: debug [libusb_init] libusb v1.0.24.11584...

The first Linux output came from a Ubuntu VM. Below is the output from my current Raspberry Pi setup that I had captured yesterday. I won't be able to test...