Python Forum

Full Version: download data from glucose meter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an Abbott Freestyle Glucose Meter and I want to download the data from the meter. I have the USB data cable but could not find any python code example of how to do it.

As anyone been able to come up some code to do that?

I use Windows 10 as my platform.
Have you sees that there is software for viewing the data?
https://freestylediabetes.co.uk/our-prod...o-software
Yes, I have and I am not a fan of the software. I want to do my own reports. They do not calculate a1c nor is there any way to add comments.

SO looking for a way to download the data and then I will insert it into MySQL.
What format is the data in, can the software assist in exporting the data to a format that you can use in python ?
Thank Buran, that is what I was looking for.