summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2019-08-03 15:29:14 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2019-08-03 15:56:44 +0200
commitd7ab5281015dbfe5c92d471894e6f63d693bad6f (patch)
tree644421ff70e9ba8119835a5865ae8e4f8ae1e6fa /README
parentFix invalid attribute in setup() method. (diff)
downloadglucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar.gz
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar.bz2
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar.lz
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar.xz
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.tar.zst
glucometerutils-d7ab5281015dbfe5c92d471894e6f63d693bad6f.zip
Diffstat (limited to 'README')
-rw-r--r--README43
1 files changed, 26 insertions, 17 deletions
diff --git a/README b/README
index 7213aa6..652f5cf 100644
--- a/README
+++ b/README
@@ -32,28 +32,37 @@ $ . glucometerutils-venv/bin/activate
Please see the following table for the driver for each device that is known and
supported.
-| Manufacturer | Model Name | Driver | Dependencies |
-| --- | --- | --- | --- |
-| 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 (USB) | `otverio2015` | [construct] [python-scsi] |
-| LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] |
-| LifeScan | OneTouch Select Plus Flex¹ | `otverio2015` | [construct] [python-scsi] |
-| Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [construct] [hidapi]‡ |
-| Abbott | FreeStyle Libre | `fslibre` | [construct] [hidapi]‡ |
-| Abbott | FreeStyle Optium | `fsoptium` | [pyserial] |
-| Abbott | FreeStyle Precision Neo | `fsprecisionneo` | [construct] [hidapi]‡ |
-| Abbott | FreeStyle Optium Neo | `fsprecisionneo` | [construct] [hidapi]‡ |
-| Abbott | FreeStyle Optium Neo H | `fsprecisionneo` | [construct] [hidapi]‡ |
-| Roche | Accu-Chek Mobile | `accuchek_reports` | |
-| SD Biosensor | SD CodeFree | `sdcodefree` | [construct] [pyserial] |
+| Manufacturer | Model Name | Driver | Dependencies |
+| --- | --- | --- | --- |
+| 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 (USB) | `otverio2015` | [construct] [python-scsi] |
+| LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] |
+| LifeScan | OneTouch Select Plus Flex¹ | `otverio2015` | [construct] [python-scsi] |
+| Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [construct] [hidapi]‡ |
+| Abbott | FreeStyle Libre | `fslibre` | [construct] [hidapi]‡ |
+| Abbott | FreeStyle Optium | `fsoptium` | [pyserial] |
+| Abbott | FreeStyle Precision Neo | `fsprecisionneo` | [construct] [hidapi]‡ |
+| Abbott | FreeStyle Optium Neo | `fsprecisionneo` | [construct] [hidapi]‡ |
+| Abbott | FreeStyle Optium Neo H | `fsprecisionneo` | [construct] [hidapi]‡ |
+| Roche | Accu-Chek Mobile | `accuchek_reports` | |
+| SD Biosensor | SD CodeFree | `sdcodefree` | [construct] [pyserial] |
+| TaiDoc | TD-4277 | `td4277` | [construct] [pyserial]² [hidapi] |
+| GlucoRx | Nexus | `td4277` | [construct] [pyserial]² [hidapi] |
+| Menarini | GlucoMen Nexus | `td4277` | [construct] [pyserial]² [hidapi] |
+| Aktivmed | GlucoCheck XL | `td4277` | [construct] [pyserial]² [hidapi] |
† Untested.
+
‡ Optional dependency on Linux; required on other operating systems.
+
¹ USB only, bluetooth not supported.
+² Requires a version of pyserial supporting CP2110 bridges. See [this pyserial
+pull request](https://github.com/pyserial/pyserial/pull/411).
+
To identify the supported features for each of the driver, query the `help`
action: