# python-can-hhs **Repository Path**: luojiaaoo/python-can-hhs ## Basic Information - **Project Name**: python-can-hhs - **Description**: 用于禾华盛CAN设备对python-can的支持 - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-11-25 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-can-hhs 用于禾华盛CAN设备对python-can的支持 1. 修改python-can路径下的can/interfaces/__init__.py文件, 在BACKENDS字典中添加一行: ``` "hhs": ("can.interfaces.hhs", "HhsBus"), ``` 2. 将hhs文件夹拷贝到can/interfaces/文件夹下