Search found 1033 matches

by K.Wagner
Fri 29. May 2026, 13:17
Forum: PCAN-UDS
Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
Replies: 3
Views: 666

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

Hello again,

please use the examples without modification and check how communication is done. Note that there are 2 examples, one server and one client. Let the server run in a channel, and debug the client in another, then you will see the communication (ISO-TP and UDS).
You should go to code ...
by K.Wagner
Fri 29. May 2026, 08:39
Forum: PCAN-UDS
Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
Replies: 3
Views: 666

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

Hello,

yes, it is possible to receive ISO-TP/UDS messages and CAN classic frames from a UDS initialized channel, simultaneously. This use case is fully covered by the existing PCAN-UDS 2.x examples, specifically samples 13 and 14 (13_server_uds_and_can / 14_client_uds_and_can). They demonstrate ...
by K.Wagner
Tue 17. Mar 2026, 11:02
Forum: PCAN-Basic
Topic: PCAN-Basic multiple client
Replies: 3
Views: 14017

Re: PCAN-Basic multiple client

You're welcome!

Closed
by K.Wagner
Fri 13. Mar 2026, 18:04
Forum: PCAN-Basic
Topic: PCAN-Basic multiple client
Replies: 3
Views: 14017

Re: PCAN-Basic multiple client

Hello,

note that the bit rate used by PCAN-View must passt exactly with those used by PCAN-Basic. PCAN-View may show you for example 500 kBits, but they are a lot of combination for that.
Bitrate500_80Mhz.jpg
Now, at the time PCAN-Basic was designed, there were only hardware using bit rate based ...
by K.Wagner
Tue 24. Feb 2026, 09:13
Forum: PCAN-Explorer 7 & Add-ins
Topic: PCAN Explorer 7 Callbacks using Python
Replies: 1
Views: 15332

Re: PCAN Explorer 7 Callbacks using Python

Hello,

Thanks for sharing your suggestion.

We understand your need, but unfortunately we cannot offer this for technical reasons. Calls to python scripts mean a big overhead for the CAN communication and performance lost.
by K.Wagner
Wed 7. Jan 2026, 13:35
Forum: PCAN-Basic
Topic: PCAN Basic API Windows Handle Leak
Replies: 6
Views: 21350

Re: PCAN Basic API Windows Handle Leak

Hello,

now I see. Yes, this seems to be a (very old) bug. Indeed a CloseHandle is failing. This will be fixed by the next release.

Thank you for bringing this to our attention.
by K.Wagner
Wed 7. Jan 2026, 10:43
Forum: PCAN-Basic
Topic: PCAN Basic API Windows Handle Leak
Replies: 6
Views: 21350

Re: PCAN Basic API Windows Handle Leak

Hello,

as I understood, the problem is the same no matter wich DLL you are using. If the problems were only in the v5, this could be an indication of problem in refactoring or new implemented code. The v4 was well tested again memory leaks.

Regarding your test:

int main()
{
while (1 ...
by K.Wagner
Thu 24. Jul 2025, 11:29
Forum: PCAN-XCP
Topic: How to Set Up DAQ in XCP Using PCAN-XCP API – Need Sample or Guidance
Replies: 3
Views: 67326

Re: How to Set Up DAQ in XCP Using PCAN-XCP API – Need Sample or Guidance

Sorry, but we have no examples on this except for the small one delivered with the API.
by K.Wagner
Mon 21. Jul 2025, 15:17
Forum: PCAN-XCP
Topic: How to Set Up DAQ in XCP Using PCAN-XCP API – Need Sample or Guidance
Replies: 3
Views: 67326

Re: How to Set Up DAQ in XCP Using PCAN-XCP API – Need Sample or Guidance

Hello,

The PCAN-XCP API provides a function for every available XCP command. The best way to familiarize yourself with XCP is to read the corresponding ASAM specification. Each command is described in detail, and examples of positive and negative responses are provided for each of them. The ...
by K.Wagner
Wed 25. Jun 2025, 09:40
Forum: PCAN-Developer 4
Topic: Python GetAvailableHardware() and can_available_hardware_t Objects
Replies: 3
Views: 34593

Re: Python GetAvailableHardware() and can_available_hardware_t Objects

Hello,

glad to see you have found what you needed. All this information is in the documentation. It is easier looking at it first, before looking the code. Closed.