https://github.com/ignisf/vdc_export
Reverse-engineered VEROVAL® duo control blood pressure measurements export script
https://github.com/ignisf/vdc_export
blood-pressure export-csvfile veroval
Last synced: about 2 months ago
JSON representation
Reverse-engineered VEROVAL® duo control blood pressure measurements export script
- Host: GitHub
- URL: https://github.com/ignisf/vdc_export
- Owner: ignisf
- License: agpl-3.0
- Created: 2019-03-17T22:49:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T22:52:24.000Z (about 6 years ago)
- Last Synced: 2025-01-15T06:51:57.427Z (3 months ago)
- Topics: blood-pressure, export-csvfile, veroval
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vdc_export.rb
This tiny script exports blood pressure measurements as CSV from VEROVAL® duo
control devices.## Installation
Just clone the repo and then execute:
$ bundle
## Usage
$ ruby vdc_export.rb [ TTY path ] [ User ]
For example:$ ruby vdc_export.rb /dev/ttyACM0 1
## LicenseCopyright © Petko Bordjukov, 2019
The program is available as open source under the terms of the
[GNU Affero General Public License version 3](https://opensource.org/licenses/AGPL-3.0).