How to purge a UDS library
Posted: Tue 30. Jul 2019, 14:53
Hello,
in debug mode when I close debug without disconnect the device the second times I can't recconnect but I need to restart user login. How can I kill the process?
example:
1)
TPUDSStatus status;
status = UDSApi.Initialize(channel, TPUDSBaudrate.PUDS_BAUD_250K,0,0,0);
status -> TPUDSStatus.PUDS_ERROR_OK
2) stop debug
3)
TPUDSStatus status;
status = UDSApi.Initialize(channel, TPUDSBaudrate.PUDS_BAUD_250K,0,0,0);
status -> TPUDSStatus.PUDS_ERROR_ALREADY_INITIALIZED
Best Regards
Cappo
in debug mode when I close debug without disconnect the device the second times I can't recconnect but I need to restart user login. How can I kill the process?
example:
1)
TPUDSStatus status;
status = UDSApi.Initialize(channel, TPUDSBaudrate.PUDS_BAUD_250K,0,0,0);
status -> TPUDSStatus.PUDS_ERROR_OK
2) stop debug
3)
TPUDSStatus status;
status = UDSApi.Initialize(channel, TPUDSBaudrate.PUDS_BAUD_250K,0,0,0);
status -> TPUDSStatus.PUDS_ERROR_ALREADY_INITIALIZED
Best Regards
Cappo