Hello,
My client application CAN Request & Response IDs for communication with ISO-TP and CANFD support (Python script):
request_id: 7F4,
response_id: 7F5
I am looking for a simple sample to show how to filter the CAN ids. Tried using CANTP_AddFiltering_2016() API but not working.
Is it possible to use a PCAN-USB device for my application to send and receive periodic CAN messages and also communicate with some nodes via ISO-TP at the same time ?
Thanks in advance and best regards
Geethu
Filtering the CAN Response frame.
Re: Filtering the CAN Response frame.
you could use the same HW Handle to send and receive in the same application RAW CAN Frames by using the PCAN-Basic API.
But all Frames you read with PCAN-Basic API are no longer availanle in the High Layer API (like ISO-TP / UDS etc.)
You simply need to know exact what you are want to do - then you coud mix the Layer2 API (PCAN-Basic) with High Layer API in one code.
But all Frames you read with PCAN-Basic API are no longer availanle in the High Layer API (like ISO-TP / UDS etc.)
You simply need to know exact what you are want to do - then you coud mix the Layer2 API (PCAN-Basic) with High Layer API in one code.
--------------------------------
PEAK-System Technik
Technical Support Team
support@peak-system.com
-------------------------------
PEAK-System Technik
Technical Support Team
support@peak-system.com
-------------------------------