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

legacy protocol support? #34

Open
csurf opened this issue Jun 20, 2023 · 2 comments
Open

legacy protocol support? #34

csurf opened this issue Jun 20, 2023 · 2 comments
Labels
enhancement New feature or request K-line K-line protocol support

Comments

@csurf
Copy link

csurf commented Jun 20, 2023

I tried running the emulator & setting it to protocol # '3' (ISO-9141-2), but it simply ignored the 'AT SP3' command and kept using CAN. So, it apparently can only speak CAN.

Is there a way to configure it for other 'legacy' protocols? Do all of the communications & messaging need to be created from scratch to support such protocols?

@Ircama
Copy link
Owner

Ircama commented Jun 29, 2023

ELM327-emulator supports a subset of the ISO 15765-4 protocol (CAN 11/500).

Currently, ATSP just sets the internal cmd_proto counter, which can be queried with the counters command, but it is not used.

The code offers the possibility of future extensions, like the support of K-line.

@Ircama Ircama added enhancement New feature or request K-line K-line protocol support labels Jun 29, 2023
@theFus
Copy link

theFus commented Dec 10, 2023

Hello,
what would it mean in terms of work to implement k-line iso 9141 protocol? I have basic knowledge in python and arduino c++ code, and i'm learning about k-line. I can imagine to work for it, but i have doubts considering my competences. On the other hand i can learn fast.
cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request K-line K-line protocol support
Projects
None yet
Development

No branches or pull requests

3 participants