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:
[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.
Hello,
I have tried to dump the data from a glucomen aero gk with the
glucomenareodriver without much success.I'm running the code that is in
main(54e8272).The device shows up as follows:
So the id is
2c81:0500instead of the10c4:ea60defined in the driver.I tried skipping the auto detection, but running an
infocommand 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.