As previously mentioned, this is intended to be handled officially via the TRANSPORT_LAYER_CMD command. We are aware that this may not be implemented by all ECUs—whether because they are not 100% XCP-compliant or because they are designed for use with a protocol other than CAN.
Adding additional ...
Search found 1037 matches
- Wed 12. Aug 2026, 08:20
- Forum: PCAN-XCP
- Topic: How to receive DAQ stream when CAN ID of DTO buffer event channel differs from CTO buffer
- Replies: 8
- Views: 1768
- Mon 10. Aug 2026, 13:39
- Forum: PCAN-XCP
- Topic: How to receive DAQ stream when CAN ID of DTO buffer event channel differs from CTO buffer
- Replies: 8
- Views: 1768
Re: How to receive DAQ stream when CAN ID of DTO buffer event channel differs from CTO buffer
Hello,
ok, as I see you have your solution. This is the more important.
Please note that we have implemented this API to comply with the official XCP specification. It provides—in the form of functions—all the services described in the XCP documentation. Furthermore, since our products operate ...
ok, as I see you have your solution. This is the more important.
Please note that we have implemented this API to comply with the official XCP specification. It provides—in the form of functions—all the services described in the XCP documentation. Furthermore, since our products operate ...
- Mon 10. Aug 2026, 11:04
- Forum: PCAN-XCP
- Topic: How to receive DAQ stream when CAN ID of DTO buffer event channel differs from CTO buffer
- Replies: 8
- Views: 1768
Re: How to receive DAQ stream when CAN ID of DTO buffer event channel differs from CTO buffer
Hello,
if I understood well, you want to define different DAQ-Ids for several ECUs. This is possible and it is explined in the chapter " Introduction \ About XCP \ XCP on CAN" . In short words, you can define one ID for each ECU to get DAQ messages. Having this like that, you should then get them ...
if I understood well, you want to define different DAQ-Ids for several ECUs. This is possible and it is explined in the chapter " Introduction \ About XCP \ XCP on CAN" . In short words, you can define one ID for each ECU to get DAQ messages. Having this like that, you should then get them ...
- Wed 5. Aug 2026, 16:19
- Forum: PCAN-Basic
- Topic: How to check if PCAN-interface is FD-capable?
- Replies: 2
- Views: 997
Re: How to check if PCAN-interface is FD-capable?
Hello,
I think you are mixing up stuffs here. Note that you are using the method PCANBasic.GetValue with the parameter PCAN_CHANNEL_FEATURES . This parameter returns an unsigned integer, a flag value which has the features bit-coded. You can see this in the help:
Features.png
But you are ...
I think you are mixing up stuffs here. Note that you are using the method PCANBasic.GetValue with the parameter PCAN_CHANNEL_FEATURES . This parameter returns an unsigned integer, a flag value which has the features bit-coded. You can see this in the help:
Features.png
But you are ...
- Fri 29. May 2026, 13:17
- Forum: PCAN-UDS
- Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
- Replies: 3
- Views: 21778
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 ...
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 ...
- Fri 29. May 2026, 08:39
- Forum: PCAN-UDS
- Topic: Simultaneous CAN FD and UDS Reception using PCAN-UDS API
- Replies: 3
- Views: 21778
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 ...
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 ...
- Tue 17. Mar 2026, 11:02
- Forum: PCAN-Basic
- Topic: PCAN-Basic multiple client
- Replies: 3
- Views: 27801
Re: PCAN-Basic multiple client
You're welcome!
Closed
Closed
- Fri 13. Mar 2026, 18:04
- Forum: PCAN-Basic
- Topic: PCAN-Basic multiple client
- Replies: 3
- Views: 27801
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 ...
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 ...
- Tue 24. Feb 2026, 09:13
- Forum: PCAN-Explorer 7 & Add-ins
- Topic: PCAN Explorer 7 Callbacks using Python
- Replies: 1
- Views: 25395
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.
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.
- Wed 7. Jan 2026, 13:35
- Forum: PCAN-Basic
- Topic: PCAN Basic API Windows Handle Leak
- Replies: 6
- Views: 35545
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.
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.