Full featured CAN driver for Geschwister Schneider and candleLight by lukehugh · Pull Request #1954 · hardbyte/python-can
Navigation Menu
{{ message }}
hardbyte / python-can Public
- Notifications You must be signed in to change notification settings
- Fork 666
Merged
Full featured CAN driver for Geschwister Schneider and candleLight#1954
zariiii9003 merged 1 commit intohardbyte:mainfrom
Full featured CAN driver for Geschwister Schneider and candleLight#1954
zariiii9003 merged 1 commit intohardbyte:mainfrom
Conversation
Copy link
Contributor
lukehugh
commented
Jul 14, 2025
lukehugh
commented
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 approved these changes Jul 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment