From dc8c15cb4d30f67a661ed8db3755c6dfb205e5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 7 Jan 2018 14:32:08 +0000 Subject: otverioiq: remove untested marking and list supported features. This closes Issue #30 as I actually tested this and it works perfectly fine. --- README | 2 +- glucometerutils/drivers/otverioiq.py | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 74c54de..4cb7c4c 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ supported. | LifeScan | OneTouch Ultra 2 | `otultra2` | [pyserial] | | LifeScan | OneTouch Ultra Easy | `otultraeasy` | [construct] [pyserial] | | LifeScan | OneTouch Ultra Mini | `otultraeasy` | [construct] [pyserial] | -| LifeScan | OneTouch Verio IQ† | `otverioiq` | [construct] [pyserial] | +| LifeScan | OneTouch Verio IQ | `otverioiq` | [construct] [pyserial] | | LifeScan | OneTouch Verio (USB) | `otverio2015` | [construct] [python-scsi] | | LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] | | Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [construct] [hidapi]‡ | diff --git a/glucometerutils/drivers/otverioiq.py b/glucometerutils/drivers/otverioiq.py index 9654acb..669900e 100644 --- a/glucometerutils/drivers/otverioiq.py +++ b/glucometerutils/drivers/otverioiq.py @@ -1,10 +1,16 @@ # -*- coding: utf-8 -*- """Driver for LifeScan OneTouch Verio IQ devices. -Currently work in progress, untested. +Supported features: + - get readings, including pre-/post-meal notes; + - use the glucose unit preset on the device by default; + - get and set date and time; + - get serial number and software version; + - memory reset (caution!) + +Expected device path: /dev/ttyUSB0 or similar serial port device. Device will be +auto-detected. -Expected device path: /dev/ttyUSB0 or similar serial port device. Device should -be auto-detected if not provided. """ __author__ = 'Diego Elio Pettenò' -- cgit v1.2.3