Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarahemm/pf100
Ruby tool to communicate via USB with Microlife PF100 meter
https://github.com/sarahemm/pf100
asthma hardware-interface
Last synced: about 2 months ago
JSON representation
Ruby tool to communicate via USB with Microlife PF100 meter
- Host: GitHub
- URL: https://github.com/sarahemm/pf100
- Owner: sarahemm
- License: mit
- Created: 2019-01-01T01:44:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T18:05:46.000Z (over 4 years ago)
- Last Synced: 2024-08-10T14:15:39.543Z (5 months ago)
- Topics: asthma, hardware-interface
- Language: Ruby
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pf100
Ruby tool to communicate via USB with Microlife PF100 meterOnly tested on Mac OS, but should work cross-platform.
Connect meter, run tool, get data. Data is left in the meter unless specifically requested to delete after the download.
```
Usage: ./get-pf100 [options]
-o, --outfile [OUTFILE] File to write records to
(defaults to stdout)
-s, --setup Perform USB device setup
(required before first run on some platforms)
-d, --delete Delete records from meter after download
-h, --help Show this message
```