Tester Present Problem in PCAN UDS
Posted: Thu 20. Aug 2020, 12:05
Hello,
I am using the PCAN UDS API testDiagnosticSessionControl to send ECU to boot mode.
1) In the sample code of C++ PCAN UDS API where the tester present request send since we are not able to find any specific function which sending tester present?
printf(" Assert that Auto TesterPresent Frame is sent...\n");
Sleep(2000);
printf(" Should transmit an Auto TesterPresent Frame\n");
We do not want to use programming request to send ECU in boot mode but the problem is in programming request only tester present request is send.
2) If we do not want to use diagnostic request how we can send tester present service cyclically to make session alive? Should we can send dummy positive response of tester present from ECU to work?
3) Due to absent of tester present security service is not working. How to handle this to scenario?
Thanks in advance.
I am using the PCAN UDS API testDiagnosticSessionControl to send ECU to boot mode.
1) In the sample code of C++ PCAN UDS API where the tester present request send since we are not able to find any specific function which sending tester present?
printf(" Assert that Auto TesterPresent Frame is sent...\n");
Sleep(2000);
printf(" Should transmit an Auto TesterPresent Frame\n");
We do not want to use programming request to send ECU in boot mode but the problem is in programming request only tester present request is send.
2) If we do not want to use diagnostic request how we can send tester present service cyclically to make session alive? Should we can send dummy positive response of tester present from ECU to work?
3) Due to absent of tester present security service is not working. How to handle this to scenario?
Thanks in advance.