Skip to content

gaoyichuan/python-can-damiao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-can-damiao

This module is a plugin that lets you use Damiao USB-CAN adapters with python-can.

Disclaimer: This project is not affiliated with, endorsed by, or associated with Shenzhen Damiao Technology Co., Ltd. in any way. It is an independent community-developed plugin.

Documentation

For detailed information about Damiao USB-CAN adapters, please refer to the official documentation: Damiao USB-CAN Documentation

Installation

Install using pip:

$ pip install python-can-damiao

Usage

Overall, using this plugin is quite similar to the main Python-CAN library, with the interface named damiao.

Create python-can bus with the Damiao USB-CAN interface:

import can

bus = can.Bus(interface="damiao", channel=0, bitrate=1000000)

About

Python-can Damiao USB-CAN adapter plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages