My CAN Request & Response IDs for 11-Bits communication:
"request_id": "7F4",
"response_id": "7F5"
Below configuration I have used in my client application (Python script)
status = self.iso_tp_lib.CANTP_AddMapping(self.pcan_channel, self.txid, self.rxid,
PCANTP_ID_CAN_11BIT, PCANTP_FORMAT ...
Search found 1 match
- Tue 21. Jul 2020, 03:54
- Forum: PCAN-ISO TP
- Topic: 11-bit PCAN Client's mapping fails to filter out 29-bit CAN msgs (Python)
- Replies: 1
- Views: 2782