Skip to content

v0.2.3

Choose a tag to compare

@samschott samschott released this 22 Jul 10:18
· 27 commits to master since this release
0448033
  • Fixes a possible issue when parsing alarms when the returned string contains empty semicolon-delimited fields
  • Always sets the connection attribute to None if not connected. This previously was inconsistent.
  • Improves thread safety when connecting to or disconnecting from device.
  • Raises a ConnectionError when when trying to write or read while no device is connected. Previously, an AttributeError was raised.