pylessard / python-udsoncan

Python implementation of UDS (ISO-14229) standard.
MIT License
575 stars 199 forks source link

Get an error that the P2 time was timed out, but the response did not actually time out. #170

Closed amsyrena closed 11 months ago

amsyrena commented 1 year ago

These are the sets of parameters I used: {'p2_timeout': 0.025, 'p2_star_timeout': 5, 'use_server_timing': False,}

{'p2_timeout': 0.05, 'p2_star_timeout': 5, 'use_server_timing': False,}

{'p2_timeout': 0.05, 'p2_star_timeout': 5, 'use_server_timing': True,}

pylessard commented 1 year ago

I don't understand. Please ask a better question

pylessard commented 11 months ago

I still have not a lot of details on your issues. But in any case, timings in the tens of milliseconds are hard to meet in the user space when relying on calls to sleep().