You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2026. It is now read-only.
per ISO 15765-3, the P2_CAN_Client is the time between below two events:
client (tester) sent out the diagnostic request
client receives the first frame (or single frame) response from the sever (ECU/Vehicle).
Current implementation seems to be the between tester sent out diagnostic request and ECU sent out all the responses (first frame and all the consecutive frames).
This is causing the module raise timeout error when ECU is responding with multiple frames for one diagnostic request.
per ISO 15765-3, the P2_CAN_Client is the time between below two events:
client (tester) sent out the diagnostic request
client receives the first frame (or single frame) response from the sever (ECU/Vehicle).
Current implementation seems to be the between tester sent out diagnostic request and ECU sent out all the responses (first frame and all the consecutive frames).
This is causing the module raise timeout error when ECU is responding with multiple frames for one diagnostic request.