pyLogicSniffer

pyLogicSniffer is a graphic client for the Open Bench Logic Sniffer. It's programmed in Python2 using additional packages wxPython, Numpy and pySerial. It controls the Logic Sniffer via the SUMP communication protocol so the potential exists to extend it for other logic analyzer devices.

  1. Running pyLogicSniffer
  2. Screen Operations
  3. Menus
  4. SUMP Device Settings

pyLogicSniffer allows data analyzers to be written as pluggable modules. Three analyzers are included with pyLogicSniffer. One analyzes Serial Peripherial Interface (SPI) data commonly used in embedded systems. Another analyzes UART data from asynchronous serial communication. A third analyzes I²C (aka TWI) signals.

There is some initial documentation on writing data analyzers.

pyLogicSniffer requires this installed software:

More information: