From 260a3935d0124097c6d54addd7ccd103dc890623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 16 Jan 2017 22:13:59 +0000 Subject: Add new driver for the Abbott FreeStyle Precision Neo. This driver uses the HID-based protocol which is shared among different devices. --- README | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 4d311fb..d5fe406 100644 --- a/README +++ b/README @@ -21,16 +21,17 @@ Please see the following table for the driver for each device that is known and supported; the following table will provide further information on each of the devices. -| Manufacturer | Model Name | Driver | -| --- | --- | --- | -| LifeScan | OneTouch Ultra 2 | `otultra2` | -| LifeScan | OneTouch Ultra Easy | `otultraeasy` | -| LifeScan | OneTouch Ultra Mini | `otultraeasy` | -| LifeScan | OneTouch Verio (USB) | `otverio2015` | -| LifeScan | OneTouch Select Plus | `otverio2015` | -| Abbott | FreeStyle Optium | `fsoptium` | -| Roche | Accu-Chek Mobile | `accuchek_reports` | -| SD Biosensor | SD CodeFree | `sdcodefree` | +| Manufacturer | Model Name | Driver | +| --- | --- | --- | +| LifeScan | OneTouch Ultra 2 | `otultra2` | +| LifeScan | OneTouch Ultra Easy | `otultraeasy` | +| LifeScan | OneTouch Ultra Mini | `otultraeasy` | +| LifeScan | OneTouch Verio (USB) | `otverio2015` | +| LifeScan | OneTouch Select Plus | `otverio2015` | +| Abbott | FreeStyle Optium | `fsoptium` | +| Abbott | FreeStyle Precision Neo | `fsprecisionneo` | +| Roche | Accu-Chek Mobile | `accuchek_reports` | +| SD Biosensor | SD CodeFree | `sdcodefree` | ### Driver features @@ -40,6 +41,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 | | `fsoptium` | serialno, swver, unit | get and set | not supported by device | not supported by device | +| `fsprecisionneo` | serialno, swver | get | not supported by device | not supported by device | | `accuchek_reports` | serialno, unit | no | yes | not supported by device | | `sdcodefree` | none | set only | pre-/post-meal notes | not supported by device | @@ -51,6 +53,7 @@ information on each of the devices. | `otultraeasy` | [pyserial] | | `otverio2015` | [python-scsi] | | `fsoptium` | [pyserial] | +| `fsprecisionneo` | | | `sdcodefree` | [pyserial] | [pyserial]: https://pythonhosted.org/pyserial/ @@ -89,7 +92,7 @@ compatible. License ------- -Copyright © 2013-2016 Diego Elio Pettenò +Copyright © 2013-2017 Diego Elio Pettenò Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the -- cgit v1.2.3