Search found 2 matches

by CG_FEO
Fri 15. Oct 2021, 16:34
Forum: PCAN-UDS
Topic: Concurrent use of UDS and Basic
Replies: 2
Views: 2370

Re: Concurrent use of UDS and Basic

Hi Fabrice,

thanks for your hint. It works like a charm.
Only some small changes were needed.

Receiving CAN Basic messages is now done using CANTP_Read_.
Transmitting did not need any changes, so is still done with CAN_Write.

I was able to remove all extra handlings like switching between Basic ...
by CG_FEO
Thu 14. Oct 2021, 17:03
Forum: PCAN-UDS
Topic: Concurrent use of UDS and Basic
Replies: 2
Views: 2370

Concurrent use of UDS and Basic

Dear Support Team,

we have a PC-Applikation using PCAN-Basic.dll and PCAN-UDS.dll.
As concurrent Use is not possible, we switch between the two, which makes the whole application a lot more complex.

We need to read a lot of data from CAN with as much "real time" tracing as possible.
UDS is used ...