Skip to content

Version 1.1

Latest
Compare
Choose a tag to compare
@zserg8 zserg8 released this 15 Apr 14:33

Added

Documentation now deployed at Github Pages

The full documentation can be now found at the dedicated Github Pages website.

Added new parser

parsers.splitter() has been added to avoid using RegEx'es for the simple cases.

New serial auto-discovery function.

For the serial connection, if no port is provided, a possibility now exists to loop through the available ports to detect on which port the device is. The detection is done via the device-specific is_connected() method. Currently this functionality has only been tested for the Kern balance.

Added support for 3 new devices:

  • TECAN Cavro XLP6000 syringe pump (largely compatible with Tricontinent command set).
  • Mettler Toledo MS3002S balance.
  • Metrohm 781 pH/Ion meter (basic functionality)
  • KERN KDP 3000 balance.

Changed

Fixed connection.open() error.

Added extra check to avoid re-opening an already opened connection.

Minor fixes.

A few minor fixes have been made to improve speed and stability.