atbrask / CMS50Dplus

Python code for downloading data from a Contec CMS50D+ pulse oximeter
BSD 2-Clause "Simplified" License
55 stars 22 forks source link

date in output #1

Closed donpdonp closed 9 years ago

donpdonp commented 9 years ago

thanks for the script! can the output CSV include the time of day? its difficult to plot otherwise.

atbrask commented 9 years ago

Thanks for your feedback. I have added a time column to the output CSV for both live and recorded data. In the latter case you'll have to give it a start time, as the oximeter doesn't provide any timestamps.

Please let me know how the new version works out for you.

donpdonp commented 9 years ago

that works great. thanks very much for this script!