1.Python环境,作者采用Python3.8.2
2.安装canmatrix库,
安装指令:pip install canmatrix xlsxwriter
注意如果pip版本过低,会提示警告
直接按照提示更新pip即可
python -m pip install --upgrade pip
打开cmd,切换到在输入命令时的目录里
可参考笔者的目录:
cd C:\Users\Yingbo Zhao\Software\Python3.8\Scripts
然后可将待转换的dbc文件放在此路径下,也可利用绝对路径/相对路径进行转换。
执行命令:
canmatrix xxx.dbc target.xlsx