Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 344 Bytes

Convert .blf files into .asc

This simple script converts .blf (CANalyzer/CANoe) files into .asc (ASCII).

Installation

$ pip install requirements.txt

How to use

$ python blf2asc.py -i "inputfile.blf" -o "outputfile.asc"

Help

This command will show an help on how to use the script

$ python blf2asc.py -h