This simple script converts .blf
(CANalyzer/CANoe) files into .asc
(ASCII).
$ pip install requirements.txt
$ python blf2asc.py -i "inputfile.blf" -o "outputfile.asc"
This command will show an help on how to use the script
$ python blf2asc.py -h
This simple script converts .blf
(CANalyzer/CANoe) files into .asc
(ASCII).
$ pip install requirements.txt
$ python blf2asc.py -i "inputfile.blf" -o "outputfile.asc"
This command will show an help on how to use the script
$ python blf2asc.py -h