Search found 2 matches

by AnnYeh
Fri 29. May 2026, 12:11
Forum: PCAN-UDS
Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
Replies: 3
Views: 668

Re: Simultaneous CAN FD and UDS Reception using PCAN-UDS API

Hello,

Thank you for your reply.
I followed your instructions to initialize PCAN and used CanTpApi.Read_2016, but the return value I got was PCANTP_STATUS_NO_MESSAGE.

As an additional note: I can confirm that the incoming data is being received successfully and is fully visible in PCAN-View. This ...
by AnnYeh
Fri 29. May 2026, 07:53
Forum: PCAN-UDS
Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
Replies: 3
Views: 668

Simultaneous CAN FD and UDS Reception using PCAN-UDS API

If I want my PCAN adapter to receive both UDS (ISO-TP) packets and standard CAN frames simultaneously on the same channel, what is the correct way to initialize the channel?
Specifically, since we are working with CAN FD, should I use UDSApi.InitializeFD_2013 for the initialization? If so, will ...