ECU address during SvcReadDataByIdentifier
Posted: Thu 25. Jul 2019, 12:41
Hello,
In my C# program,
After proper initialization of UDS, and AppMapping - Tester CANID: 0x18DA2AF1, and ECU: 0x18DAF12A
While using SvcReadDataByIdentifier(), I could able to send the request, But I receive NO_MESSAGE response. Using PCAN-View, both request and response are OK
PCAN-View Request : 0x18DA2AF1 - 03 22 F1 86
ECU Response : 0x18DAF12A - 04 62 F1 86 01
I could see that my C# Tester sends an additional byte in the beginning of the data. and the response is Negative response.
Tester Request : 0x18DA2AF1 - 01 03 22 F1 86 55 55 55
ECU Response : 0x18DAF12A - 03 7F 03 11
Please let me know, why SvcReadDataByIdentifier() is causing this additional byte sent.
Waiting for your earliest feedback.
Thanks & Regards,
Kiran
In my C# program,
After proper initialization of UDS, and AppMapping - Tester CANID: 0x18DA2AF1, and ECU: 0x18DAF12A
While using SvcReadDataByIdentifier(), I could able to send the request, But I receive NO_MESSAGE response. Using PCAN-View, both request and response are OK
PCAN-View Request : 0x18DA2AF1 - 03 22 F1 86
ECU Response : 0x18DAF12A - 04 62 F1 86 01
I could see that my C# Tester sends an additional byte in the beginning of the data. and the response is Negative response.
Tester Request : 0x18DA2AF1 - 01 03 22 F1 86 55 55 55
ECU Response : 0x18DAF12A - 03 7F 03 11
Please let me know, why SvcReadDataByIdentifier() is causing this additional byte sent.
Waiting for your earliest feedback.
Thanks & Regards,
Kiran