glucometerutils icon indicating copy to clipboard operation
glucometerutils copied to clipboard

Glucometer access utilities

Results 14 glucometerutils issues
Sort by recently updated
recently updated
newest added

the link at http://protocols.ascensia.com/Programming-Guide.aspx no longer exists, can anyone post a copy?

Hello, I just got a FreeStyle FreedomLite, and I was able to write a driver following the protocol document here: https://protocols.glucometers.tech/abbott/freestyle-lite.html and cribbing from fsoptium.py which uses a similar but...

I think I understand what has happened. I would suggest that the instructions be rewritten and made clearer for the casual user. In the past one extracted a folder called...

Hello, I am considering uploading this to Debian. It would help if you tagged the repository, can you please do that? Cheers,

I'm trying to install glucometerutils to get data from my Freestyle Libre. I'm running Linux Mint 18.3. Python 3.5.2. I'm by no means a developer so I'm probably doing something...

python3 glucometer.py --drive otultraeasy --device /dev/ttyUSB0 info OneTouch Ultra Easy glucometer Serial Number: KNS4237ER Version Information: Software version: P02.00.0025/05/07 Native Unit: mg/dL Time: 2019-02-04 00:25:39 python3 glucometer.py --drive otultraeasy --device...

Hi, I'm trying to read from my Verio meter via USB, but fail with following report; `$ glucometer --driver otverio2015 --device /dev/sdb dump Traceback (most recent call last): File "/usr/local/bin/glucometer",...

Hi, I'm trying to get blood glucose datetime ​​from lifescan ultramini with the following code: ``` import glucometerutils.drivers.otultraeasy as otultraeasy mydeviceport = '/dev/ttyUSB0' device = otultraeasy.Device(mydeviceport) device.connect() device.get_datetime() device.disconnect() ```...

The main part that's unclear to me is what it expects as ``

I have a "GlucoRx Q". Digging about and it seems this is a rebrand of TD-4235B. Following the instructions in the README.md (confirmed all deps installed), and I get: ```...