From e6ba344dd2f3176d0c7edd6489cfc5f405b624ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 27 Mar 2021 18:03:11 +0000 Subject: glucomenareo: new driver added. This driver supports GlucoMen areo by A. Menarini Diagnostics. It possibly works with the GlucoMen Areo 2K but it is untested with it, and does not support reporting Ketone readings. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7f7c097..bff6b7b 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ supported. | Menarini | GlucoMen Nexus | `td42xx` | [construct] [pyserial]² [hidapi] | | Aktivmed | GlucoCheck XL | `td42xx` | [construct] [pyserial]² [hidapi] | | Ascensia | ContourUSB | `contourusb` | [construct] [hidapi]‡ | +| Menarini | GlucoMen areo³ | `glucomenareo` | [pyserial] [crcmod] | † Untested. @@ -78,6 +79,8 @@ supported. ² Requires a version of pyserial supporting CP2110 bridges. Supported starting from version 3.5. +³ Serial cable only, NFC not supported. + To identify the supported features for each of the driver, query the `help` action: @@ -92,6 +95,7 @@ it to https://protocols.glucometers.tech/ . [pyserial]: https://pythonhosted.org/pyserial/ [python-scsi]: https://pypi.org/project/PYSCSI/ [hidapi]: https://pypi.python.org/pypi/hidapi +[crcmod]: https://pypi.org/project/crcmod/ ## Dump format -- cgit v1.2.3