Skip to content

Releases: ppannuto/python-saleae

v0.7: Export improvements and platform bugfixes

09 Feb 20:56
v0.7
9ac2a93
Compare
Choose a tag to compare

Version bump for bugfixes: 0.5.2

09 Oct 22:56
Compare
Choose a tag to compare
  • #27 From @vegarwe: Fix display_base for export_data2
  • #28 From @Tris-ares: Handle unexpected responses to get_connected_devices

Thanks all!

Version bump for fix from @Tris-ares

04 Oct 23:40
Compare
Choose a tag to compare
  • Handle TRUE response from GET_CONNECTED_DEVICES

Version bump for API addition from @ohhorob

04 Oct 23:39
Compare
Choose a tag to compare
  • Add support for returning analyzer data to this library by passing data_response=True to export_analyzer

Minor bugfixes

16 Aug 17:08
Compare
Choose a tag to compare

Version bump for fixes from @xerox1101

 - Check `list` types more robustly internally
 - Return static channel list for old Saleae devices instead of failing

Add export_data2 API

16 Aug 17:09
Compare
Choose a tag to compare

Saleae deprecated export_data and added an export_data2 API. Update to match.

Thanks to Kevin Valk for the implementation.

Workaround Logic8 bug in get_active_channels

17 Jun 16:48
Compare
Choose a tag to compare

Micro point release to pull in fix from #19.