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
2025-02-14 13:05:43,039 - MyLogger - Connecting...
2025-02-14 13:05:43,055 - can.ixxat - CAN Filters: None
2025-02-14 13:05:43,055 - can.ixxat - Searching for first available device
2025-02-14 13:05:43,123 - can.ixxat - Using unique HW ID b'100023418'
2025-02-14 13:05:43,123 - can.ixxat - Initializing channel 0 in shared mode, 16 rx buffers, 16 tx buffers
2025-02-14 13:05:43,123 - can.ixxat - Initializing control 0 bitrate 1000000
2025-02-14 13:05:43,127 - Connection - Connection opened
2025-02-14 13:05:43,127 - MyLogger - Connected
2025-02-14 13:05:43,128 - MyLogger - Disconnecting...
2025-02-14 13:05:43,128 - MyLogger - UDS client closing...
2025-02-14 13:05:43,128 - Connection - Connection closed
2025-02-14 13:05:43,128 - MyLogger - UDS client closed
2025-02-14 13:05:43,128 - MyLogger - CAN bus shutting down...
2025-02-14 13:05:44,145 - MyLogger - CAN bus shutdown
2025-02-14 13:05:44,145 - MyLogger - Disconnected
I understand this may simply be due to protocol differences between XCP and UDS. My test suite is quite exhaustive and reducing the disconnection delay of the XCP master would speed things up tremendously.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm making use of pyxcp and udsoncan in unit tests.
Question:
Is there a way (or configuration) that can be used to reduce the time it takes for closing
Master
?Connect + disconnect using IXXAT (pyxcp):
Connect + disconnect using IXXAT (udsoncan):
I understand this may simply be due to protocol differences between XCP and UDS. My test suite is quite exhaustive and reducing the disconnection delay of the XCP master would speed things up tremendously.
Thanks!
The text was updated successfully, but these errors were encountered: