This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |