-
Notifications
You must be signed in to change notification settings - Fork 633
Error when trying to initialize isCAN dongle #1292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you try again with this branch? https://github.com/zariiii9003/python-can/tree/fix_1292 |
Seems like that fixed the issue, thanks |
Is there a forum or chat for this library? I have a question but don't know where to ask it. I just want to know how to get the source address that python-can uses to send its messages |
There is this mailing list: https://groups.google.com/g/python-can |
Describe the bug
When I try to set up the isCAN bus the same way I did with PCAN (tested and working for me), I get an error:
To Reproduce
This can be reproduced with the simple python code:
Expected behavior
I expect the error not to occur and my program to continue to run as usual
Additional context
OS and version: Windows 10 21H2
Python version: 3.10
python-can version: 4.0.0
python-can interface/s (if applicable): working with PCAN, not working with isCAN
Traceback and logs
The text was updated successfully, but these errors were encountered: