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

Torque test #1

Open
betojsp opened this issue Jan 16, 2025 · 3 comments
Open

Torque test #1

betojsp opened this issue Jan 16, 2025 · 3 comments

Comments

@betojsp
Copy link

betojsp commented Jan 16, 2025

Hello, thank you for this code; it really helps me with my project. I am trying to view data in the Torque app for Android, but I cannot see anything. Could you please guide me in achieving this?

Thanks

@AugustinVoiMa
Copy link
Owner

Hello,
I didn't test this simulator with common apps (it helped me on a custom app development...)
What you could try is to look at the logs to find out what commands were sent by the Torque app and are not implemented in this simulator. Then you can add an else if clause to catch this case and send dummy data back the same way as other commands.
Augustin

@betojsp
Copy link
Author

betojsp commented Jan 17, 2025

Thanks Agustino for the guide, I will test it and let you know the results.

@AugustinVoiMa
Copy link
Owner

I have made some tests using Torque lite and another common app and I found that there were a lot of AT Commands missing (for reference: https://datasheet4u.com/datasheet-pdf/ELM/ELM327/pdf.php?id=552188)

I just implemented several, but some may be still missing, another thing to check is about some potential issues in the communication (carriage returns, ...)
I would need to investigate more. I just pushed my last changes so if you want to have a look you are welcome to make a PR ;)

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

2 participants