Search found 2 matches

by ab_eolane
Thu 10. Jan 2019, 12:02
Forum: PCAN-UDS
Topic: Change CAN ID UDS
Replies: 2
Views: 4590

Re: Change CAN ID UDS

Ok, I think I have managed to send the correct CAN ID. I have added the CAN ISO TP dll to my C# project.

To add a mapping I do the following :


TPstatus = AddMapping(
handle,
0x14DA08F9,
0x14DAF908,
TPCANTPIdType.PCANTP_ID_CAN_29BIT,
TPCANTPFormatType.PCANTP_FORMAT_NORMAL ...
by ab_eolane
Thu 10. Jan 2019, 09:50
Forum: PCAN-UDS
Topic: Change CAN ID UDS
Replies: 2
Views: 4590

Change CAN ID UDS

Hi,
I am using the PCAN-UDS.cs in a C# project where I want to use my own CAN ID.
When I set the PROTOCOL to PUDS_PROTOCOL_ISO_15765_2_29B it uses CAN ID : 0x18DAxxyy
I know how to modify xx and yy but I would like to modify 0x18DA to 0x14DA.

With the C# dll anyone knows how to do it?


Thanks,
A