You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[qua jun 28 00:15:32 2023] usb 5-3.3: new full-speed USB device number 67 using xhci_hcd
[qua jun 28 00:15:32 2023] usb 5-3.3: New USB device found, idVendor=2c81, idProduct=0500, bcdDevice=10.00
[qua jun 28 00:15:32 2023] usb 5-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[qua jun 28 00:15:32 2023] usb 5-3.3: Product: Ernie
[qua jun 28 00:15:32 2023] usb 5-3.3: Manufacturer: IndieSemi
So the id is 2c81:0500 instead of the 10c4:ea60 defined in the driver.
I tried skipping the auto detection, but running an info command throws a KeyError: ' mg/dL' on line 61 of glucomenareo.py.
My guess is that this device will need a different driver or at least some tweaking, I'm willing to experiment and try to develop this driver, but some initial guidance would really help.
The text was updated successfully, but these errors were encountered:
Ok, my patch is probably not the correct one...
We should strip() the unit read from the device and probably tweak the device id.
I got it working with this ugly patch though since I can't find the place where the unit is being read from the device and strip it there.
Hello,
I have tried to dump the data from a glucomen aero gk with the
glucomenareo
driver without much success.I'm running the code that is in
main
(54e8272).The device shows up as follows:
So the id is
2c81:0500
instead of the10c4:ea60
defined in the driver.I tried skipping the auto detection, but running an
info
command throws aKeyError: ' mg/dL'
on line 61 ofglucomenareo.py
.My guess is that this device will need a different driver or at least some tweaking, I'm willing to experiment and try to develop this driver, but some initial guidance would really help.
The text was updated successfully, but these errors were encountered: