-
Notifications
You must be signed in to change notification settings - Fork 717
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
Is it possible to use TCP/IP socket from ELM327 clones? #287
Comments
Here is a project that implements the ELM327 raw protocol and make it a SocketCAN compatible device: Alternatively you might build some program which talks to the ELM327 over WIFI and route the CAN frames to a virtual CAN interface in which you can use the can-utils then. Something similar to this https://github.com/linux-can/can-utils/blob/master/slcanpty.c Regards, |
So as far as i understood i should compile the elmcan and use something along this
and then
at this point in a terminal what shall i type?
or looking at the code (i'm no expert)
is it ok? |
@maxdd |
If ELM327 firmware can understand SLCAN protocol, you could use the same commands as we do for our NetCAN Plus devices:
Now you can use For more details, see our manual |
Hi,
as per the title would it be possible to use the ELM327 clones together with these tools?
As far as i can see the ELM327 is providing a WIFI network and via Telnet to port 35000 it is possible to send AT commands as well as OBD PIDs request (maybe less relevant)
https://www.sparkfun.com/datasheets/Widgets/ELM327_AT_Commands.pdf
https://learn.sparkfun.com/tutorials/obd-ii-uart-hookup-guide/obd-commands
as far as i can see using the following guide it should be possible to sniff the CAN
https://www.csmagics.com/single-post/2013/07/24/this-is-the-title-of-your-first-image-post
Regards,
The text was updated successfully, but these errors were encountered: