XXIN0

Results 14 comments of XXIN0

I found that I can configure this sleep timing through the function `set_sleep_timing` to reduce the wait time.

I'm using `PythonIsoTpConnection` in `udsoncan.connections ` to connect the `isotp`. ![image](https://github.com/pylessard/python-can-isotp/assets/41498132/751d006f-0efc-4d73-a333-eac8358c0622) start up log. ![image](https://github.com/pylessard/python-can-isotp/assets/41498132/9e0d0d0a-e6c4-46b6-9106-3424bb2af76c) It seems that the code here has done blocking processing. ![image](https://github.com/pylessard/python-can-isotp/assets/41498132/67797225-4931-40a0-8bc1-c284e49e5c1f)

I upgraded the new udsoncan library and your implementation was updated,this problem is solved.

> Ah, yes. v1.21+ is required to take advantage of the timing improvements introduced in isotp v2. What version were you using? > > regards v1.13.1, hhh, It's a lot...