diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-03-27 19:03:11 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-03-27 19:07:08 +0100 |
commit | e6ba344dd2f3176d0c7edd6489cfc5f405b624ba (patch) | |
tree | c80ad81fd026a081e498f2e1853b086c7a31825e /README.md | |
parent | serial meters support: allow selection of parity mode. (diff) | |
download | glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.gz glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.bz2 glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.lz glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.xz glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.tar.zst glucometerutils-e6ba344dd2f3176d0c7edd6489cfc5f405b624ba.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |