Open asafben opened 1 year ago
Running the script on my Ubuntu 20.04.6 LTS machine is blocking on this line: len = read(device, buf, sizeof(buf)); Without receiving any data. When checking for BLE transmissions using bleak library I do receive the desired messages. Thanks :pray:
len = read(device, buf, sizeof(buf));
Running the script on my Ubuntu 20.04.6 LTS machine is blocking on this line:
len = read(device, buf, sizeof(buf));
Without receiving any data. When checking for BLE transmissions using bleak library I do receive the desired messages. Thanks :pray: