From 2dfd78ce9271ec958b152d6364271336677ae402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 15 Feb 2016 21:34:57 +0000 Subject: accuchek_reports: add a new driver for Accu-Chek Mobile meters. The default USB connection provides a USB storage device with a CSV datafile. This driver works by looking for that file and importing it. This does not support setting the time, nor reading the actual device time, but it is at least a good way to import data from different meters under the same format. --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index c99df81..161c94c 100644 --- a/README +++ b/README @@ -29,6 +29,7 @@ information on each of the devices. | LifeScan | OneTouch Verio (USB) | `otverio2015` | | LifeScan | OneTouch Select Plus | `otverio2015` | | Abbott | FreeStyle Optium | `freestyle_optium` | +| Roche | Accu-Chek Mobile | `accuchek_reports` | ### Driver features @@ -38,6 +39,7 @@ information on each of the devices. | `otultraeasy` | serialno, swver, unit | get and set | not supported by device | yes | | `otverio2015` | serialno, swver | get and set | no | yes | | `freestyle_optium` | serialno, swver, unit | get and set | not supported by device | not supported by device | +| `accuchek_reports` | serialno, unit | no | yes | not supported by device | ### Driver dependencies -- cgit v1.2.3