Skip to content
Snippets Groups Projects
Ming Fang's avatar
mingf2 authored
15848681
History

Python Parser for DT5550W Binary File

Usage

  • Include DT550WBinFileParser.py in your project and add the following lines to your python script to use the parser.
    from DT550WBinFileParser import DT5550WBinFile, CITIROCEvent
    # your code follows...