Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 278 Bytes

python-can-hhs

用于禾华盛CAN设备对python-can的支持

  1. 修改python-can路径下的can/interfaces/init.py文件, 在BACKENDS字典中添加一行:

    "hhs": ("can.interfaces.hhs", "HhsBus"),
    
  2. 将hhs文件夹拷贝到can/interfaces/文件夹下