Search found 2 matches

by sojunsoo
Fri 26. Nov 2021, 02:43
Forum: PCAN-UDS
Topic: SvcReadDataByIdentifier only single frame??
Replies: 3
Views: 2850

Re: SvcReadDataByIdentifier only single frame??

Thank you for your answer.

I found a problem.

The problem was that dlc was set to 0xF.

It's working normally because dlc is set to 0x8.
by sojunsoo
Wed 24. Nov 2021, 07:36
Forum: PCAN-UDS
Topic: SvcReadDataByIdentifier only single frame??
Replies: 3
Views: 2850

SvcReadDataByIdentifier only single frame??

Hello, I have a question about the SvcReadDataByIdentifier_2013 function.

When I use this function, if I use several uds_svc_param_di to request more than five ids, such as {F180, F187, F18A, F180 and F187}, the first message to be sent should be FIRST FRAME, but the SINGLE FRAME is going out ...