Search found 2 matches

by ipte-ugu
Mon 13. Sep 2021, 09:04
Forum: PCAN-UDS
Topic: Error 0x00040009 with UDSApi.Write_2013
Replies: 3
Views: 3636

Re: Error 0x00040009 with UDSApi.Write_2013

Hello,

thank you. I guess I mixed up the can_id's with source/target addresses. I have to communicate with my customer's ECU and got little information so far about the configuration parameters, but I got two traces. One Ethernet request/response packet and a CAN trace.

Ethernet:
00 00 00 05 00 ...
by ipte-ugu
Fri 10. Sep 2021, 15:31
Forum: PCAN-UDS
Topic: Error 0x00040009 with UDSApi.Write_2013
Replies: 3
Views: 3636

Error 0x00040009 with UDSApi.Write_2013

Hello,

I have a problem writing UDS requests on the bus. Initializing worked (PCANTP_HANDLE_PCIBUS2;PCANTP_BAUDRATE_500K). For message configuration I followed the provided samples. Here is the code:


request = new byte[] { 0x22, 0x42, 0x85 }

//initialize message configuration
uds_msgconfig ...