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

Fix for ELM writing timeout #927

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Fix for ELM writing timeout #927

merged 2 commits into from
Nov 1, 2023

Conversation

shrlnm
Copy link
Contributor

@shrlnm shrlnm commented Oct 28, 2023

This fix allows to use the timeout defined on a main screen for sending long commands.
For sending long command (more than 1000 bytes) the timeout should be small enough for writing complete command in 5 seconds. This fix allows to use as small as 4 ms values.
But this have a side effect. Too small timeout may prevent reading data from the ECU, so for writing data to ECU it should be as small as 1-10 ms but for reading data it should be 100-200ms

@Furtif Furtif merged commit e31bea3 into cedricp:master Nov 1, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants