Search found 2 matches

by NaoyaImai
Tue 28. Dec 2021, 05:29
Forum: PCAN-UDS
Topic: The automatic TesterPresent using functional addressing
Replies: 2
Views: 2297

Re: The automatic TesterPresent using functional addressing

Thanks for your advice.
I could enable automatic TesterPresent using functional addressing with the following code.


uds_sessioninfo new_sessioninfo;
new_sessioninfo.can_msg_type = cantp_can_msgtype.PCANTP_CAN_MSGTYPE_EXTENDED;
new_sessioninfo.session_type = 0x05;
new_sessioninfo.timeout_p2can ...
by NaoyaImai
Sat 13. Nov 2021, 12:07
Forum: PCAN-UDS
Topic: The automatic TesterPresent using functional addressing
Replies: 2
Views: 2297

The automatic TesterPresent using functional addressing

Hello,
I have a question about the automatic TesterPresent on PCAN-UDS API(2.1.0).
I could find out how to enable automatic TesterPresent using physical addressing in "PCAN-UDS 2.x API – User Manual page 42", but could not find any information about functional addressing.
Is it possible to use ...