-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Support for ETAS CAN dongle #26
Comments
Hello, UdsOnCAN doesn't support interfaces, but the underneath layers does. Are you able to interract with your hardware with Python? python-can already has an issue for this. Same applies for SocketCAN; if you are willing to improve the module :) |
Thanks for you quick answer. Yes it makes sense, this is an interface to be sorted out with the python-can. |
Good, don't forget that you don't need python-can or SocketCan. If you can interract with the hardware in Python, you could extend udsoncan as well to use it. But the community will appreciate if you improve python-can. Cheers |
hello |
Hi,
I wanted to know if it is possible to add support for ETAS CAN dongle?
I have used the PeakCAN and Kvaser interfaces and they work a treat.
I did not see much information online for the ETAS Python interface. I currently hanging on a ETAS ES581.4 dongle without Python support.
Any chance any one has already come across this? Any fix to use it with Python UDSonCAN ?
Many thanks,
Anil
The text was updated successfully, but these errors were encountered: