Skip to content

Instantly share code, notes, and snippets.

View oomek's full-sized avatar

Radek Dutkiewicz oomek

  • Southampton, UK
View GitHub Profile
@Marcus10110
Marcus10110 / analyzer_export.py
Created May 4, 2017 22:39
Saleae python capture and analyzer export example
import saleae
#add this function to saleae.py:
# def capture_blocking(self):
# '''Start a new capture and immediately return.'''
# try:
# self._cmd('CAPTURE', True)
# return True
# except self.CommandNAKedError:
# return False