Full featured CAN driver for Geschwister Schneider and candleLight by lukehugh · Pull Request #1954 · hardbyte/python-can

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@lukehugh

Copy link

Contributor

Currently, python-can provides native support for such devices through gs_usb.py. However, the existing gs_usb interface lacks support for several important features—such as multichannel, CAN FD, and termination—and also suffers from performance issues. This plugin is implemented using pybind11 and libusb, aiming to improve transfer performance and offer more comprehensive feature support for the devices.

@zariiii9003 zariiii9003 merged commit 141223a into hardbyte:main

Jul 21, 2025

28 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zariiii9003 zariiii9003 zariiii9003 approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@lukehugh @zariiii9003