summaryrefslogtreecommitdiffstats
path: root/glucometerutils/drivers/otultraeasy.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that Python 3.6 is the minimum supported version, use f-strings.Diego Elio Pettenò2020-03-141-2/+1
* format code with blackBen2020-03-081-70/+79
* factor out common driver methodsBen2020-02-181-10/+4
* Bugfix: get current time within the functionBen2020-02-181-1/+4
* Add type: ignore comments when using lifescan_binary_protocol.Timestamp.Diego Elio Pettenò2019-09-011-3/+3
* 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
* otultraeasy: factor out the packet creation, and add tests.Diego Elio Pettenò2018-11-161-10/+19
* Don't fold the command prefix into the LifeScanPacket.Diego Elio Pettenò2018-11-161-14/+15
* construct code fixed improper embeddingArkadiusz Bulski2018-03-171-3/+3
* lifescan binary protocol: factor out _COMMAND_SUCCESS.Diego Elio Pettenò2018-01-071-8/+8
* lifescan binary protocol: make the packet generator a function.Diego Elio Pettenò2018-01-061-10/+12
* otultraeasy: fix AttributeErrors after factoring out link_control struct.Diego Elio Pettenò2018-01-061-4/+5
* lifescan_binary_protocol: factor out glucose unit mappings.Diego Elio Pettenò2018-01-061-6/+1
* lifescan_binary_protocol: create a new module to support LifeScan drivers.Diego Elio Pettenò2018-01-061-32/+11
* otultraeasy: merge _send_request and _read_response and match otverio2015.Diego Elio Pettenò2018-01-011-41/+35
* otultraeasy: rename _ZERO_LOG_REQUEST to _MEMORY_ERASE_REQUEST.Diego Elio Pettenò2018-01-011-2/+2
* otultraeasy: wrap around construct exceptions to MalformedCommand.Diego Elio Pettenò2018-01-011-11/+20
* otultraeasy: factor out the construct Timestamp implementation.Diego Elio Pettenò2018-01-011-13/+6
* otultraeasy: rewrite using construct for parsing.Diego Elio Pettenò2018-01-011-257/+198
* Use Python3 Enum class for glucose units.Diego Elio Pettenò2017-12-281-2/+2
* otultraeasy: fix wrong module name for shared lifescan code.Diego Elio Pettenò2017-11-141-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/+13
* Serial drivers: factor out opening of the serial port to a new base class.Diego Elio Pettenò2017-04-171-11/+6
* 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-2/+2
* Wrap the meter information to a namedtuple, instead of a string.Diego Elio Pettenò2017-01-151-10/+7
* Move the InvalidChecksum exception to the base exceptions module.Diego Elio Pettenò2016-03-021-1/+1
* otultraeasy: move the MalformedCommand exception to common.Diego Elio Pettenò2016-02-131-11/+11
* otultraeasy: move the crc function to lifescan_common.Diego Elio Pettenò2016-02-131-14/+1
* Initial support for OneTouch Ultra Easy glucometers.Diego Elio Pettenò2014-01-291-0/+326