From 4ba7f6de9c9853be6767b8b30936ac0c7ee2f4b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 19 Jun 2016 17:02:31 +0100 Subject: sdcodefree: new driver. This driver supports SD Codefree readers, that are sold in the UK by HomeHealth UK. --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 161c94c..e1fba69 100644 --- a/README +++ b/README @@ -30,6 +30,7 @@ information on each of the devices. | LifeScan | OneTouch Select Plus | `otverio2015` | | Abbott | FreeStyle Optium | `freestyle_optium` | | Roche | Accu-Chek Mobile | `accuchek_reports` | +| SD Biosensor | SD CodeFree | `sdcodefree` | ### Driver features @@ -40,6 +41,7 @@ information on each of the devices. | `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 | +| `sdcodefree` | none | get | pre-/post-meal notes | not supported by device | ### Driver dependencies @@ -49,6 +51,7 @@ information on each of the devices. | `otultraeasy` | [pyserial] | | `otverio2015` | [python-scsi] | | `freestyle_optium` | [pyserial] | +| `sdcodefree` | [pyserial] | [pyserial]: https://pythonhosted.org/pyserial/ [python-scsi]: https://github.com/rosjat/python-scsi -- cgit v1.2.3