Search found 1 match

by icewind
Thu 30. May 2024, 02:59
Forum: PCAN-UDS
Topic: How can I use SvcDiagnosticSessionControl_2013 to enter extended session mode
Replies: 1
Views: 1468

How can I use SvcDiagnosticSessionControl_2013 to enter extended session mode

Hello,
I cannot enter the extended mode with the following code. Where is the problem

status = UDS_Initialize_2013(channel, PCANTP_BAUDRATE_500K, (cantp_hwtype)0, 0, 0);
printf("Initialize channel: %s\n", UDS_STATUS_OK_KO(status));

uint8_t tmp_buffer = PCANTP_ISO_TIMEOUTS_15765_4;
status ...