Skip to content
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

Closed
strongleap opened this issue May 14, 2019 · 4 comments
Closed

Support for ETAS CAN dongle #26

strongleap opened this issue May 14, 2019 · 4 comments

Comments

@strongleap
Copy link

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

@pylessard
Copy link
Owner

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.
Maybe you can propose a PR to close the issue. If you get Python-CAN to support ETAS itnerfaces, you'll be able to use them with udsoncan very quickly. Otherwise, you'll have to make a Connection to interract with it.

Same applies for SocketCAN; if you are willing to improve the module :)

@strongleap
Copy link
Author

Thanks for you quick answer. Yes it makes sense, this is an interface to be sorted out with the python-can.
I will get the interface and use it with udsoncan.
Definitely will give a try with SocketCAN :-)

@pylessard
Copy link
Owner

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

@ep081106
Copy link

Thanks for you quick answer. Yes it makes sense, this is an interface to be sorted out with the python-can.
I will get the interface and use it with udsoncan.
Definitely will give a try with SocketCAN :-)

hello
did you find the solution to use the ETAS ES581.4 ?i want to use the udsoncan by ETAS ES581.43, but i don't know how to connect it. #32 is my problem, could you please give a batter method? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants