Skip to content
Snippets Groups Projects

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...