summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otultra2.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update typing to PEP 585 style.Diego Elio Pettenò2023-08-031-1/+1
* Rename driver.GlucometerDriver to driver.GlucometerDevice.Diego Elio Pettenò2020-04-091-1/+1
* Move driver_base to glucometerutils.driver instead.Diego Elio Pettenò2020-04-091-3/+3
* Add missing SPDX-FileCopyrightText throughout the project.Diego Elio Pettenò2020-03-271-0/+1
* The big typing cleanup.Diego Elio Pettenò2020-03-271-16/+20
* format code with blackBen2020-03-081-55/+57
* factor out common driver methodsBen2020-02-181-17/+3
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* Replace epydoc metadata with SPDX identifiers.Diego Elio Pettenò2019-02-081-5/+2
* Replace flameeyes.eu with flameeyes.com.Diego Elio Pettenò2019-02-081-1/+1
* Fix most of the pylint output, and hide away some that is not needed.Diego Elio Pettenò2018-12-121-49/+51
* Reindent all files to match the 4-spaces indentation.Diego Elio Pettenò2018-12-121-193/+193
* Use Python3 Enum class for meal flags.Diego Elio Pettenò2017-12-281-3/+3
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-4/+4
* common: rename Reading class into GlucoseReading classSamuel Martin2017-09-251-1/+1
* All drivers: move documentation of features from README to docstring.Diego Elio Pettenò2017-04-171-1/+11
* Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò2017-04-171-12/+4
* serial drivers: if no --device parameter is given, look for default cable.Diego Elio Pettenò2017-04-151-5/+5
* all drivers: make --device optional at the tool level.Diego Elio Pettenò2017-04-151-0/+5
* Update copyrights, cleanup whitespace where needed.Diego Elio Pettenò2017-01-161-1/+1
* LifeScan devices: move lifescan_common to the support directory.Diego Elio Pettenò2017-01-161-3/+3
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-13/+9
* Fix error in call to map() functionL. Guruprasad2016-11-161-2/+2
* Use a more Pythonic map(..., int) instead of list comprehension.Diego Elio Pettenò2016-03-021-2/+2
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-3/+3
* otultra2: make the before/after meal constants in common module.Diego Elio Pettenò2016-02-151-3/+3
* otultra2: avoid using connect/disconnect to wake up the device.Diego Elio Pettenò2014-02-081-3/+2
* otultra2: move checksum function within otultra2 driver.Diego Elio Pettenò2014-01-291-1/+20
* Add connect/disconnect methods to otultra2 and send \x11\r on connection.Diego Elio Pettenò2014-01-291-5/+8
* Clean up the code to remove methods that should be functions and imports.Diego Elio Pettenò2013-12-111-119/+113
* Change all the internal representations to mg/dL for compatibility with LifeScan.Diego Elio Pettenò2013-12-111-5/+4
* Generalise the meal/comment handling to the Reading object.Diego Elio Pettenò2013-12-111-4/+3
* otultra2: expose the meal and comments as separate field in the CSV.Diego Elio Pettenò2013-12-111-5/+1
* Better error handling.Diego Elio Pettenò2013-12-081-1/+1
* Add a new command to dump the identification of the glucometer.Diego Elio Pettenò2013-12-081-0/+18
* otultra2: implement a zero log command to clear a device's memory.Diego Elio Pettenò2013-12-081-1/+11
* otultra2: implement decoding of meal and comment codes.Diego Elio Pettenò2013-12-081-1/+31
* Read more data out of the OTUltra2 dump lines. Return data in a Reading object.Diego Elio Pettenò2013-09-291-10/+11
* Relicense everything under MIT license.Diego Elio Pettenò2013-08-031-1/+1
* Add support for checksum verification for the otultra2 driver.Diego Elio Pettenò2013-08-031-17/+16
* Update function names to follow PEP8.Diego Elio Pettenò2013-08-031-27/+27
* Add utf-8 encoding specification to all files.Diego Elio Pettenò2013-08-031-0/+1
* otultra2: fix default unit handling.Diego Elio Pettenò2013-08-031-1/+2
* Initial import of the raw data.Diego Elio Pettenò2013-08-031-0/+257