Search found 5 matches

by puser
Wed 6. Apr 2016, 13:06
Forum: PCAN-UDS
Topic: No Flow Control Message
Replies: 9
Views: 13886

Re: No Flow Control Message

Hello Fabrice,

thank you for that Information.

Can you estimate, when the new Version of the UDS-API will be released(weeks, months,...)?

Best Regards,
puser
by puser
Wed 6. Apr 2016, 10:24
Forum: PCAN-UDS
Topic: No Flow Control Message
Replies: 9
Views: 13886

Re: No Flow Control Message

Hello Fabrice,

thank you for your quick answer.

I can't find the Parameter "TPUDSParameter.PUDS_PARAM_PADDING_VALUE" in the PCAN-UDS Api Manual or in your *.cs - file:

PcanUDS.PNG

With your example code I get an error from the Compiler:
error 12 'Peak.Can.Uds.TPUDSParameter' contains no ...
by puser
Wed 6. Apr 2016, 08:28
Forum: PCAN-UDS
Topic: No Flow Control Message
Replies: 9
Views: 13886

Re: No Flow Control Message

Hello Fabrice,

thank you for your reply!
The communication to the ECU is working now. I am able to read e.g. the ECUs Hardware/Software number.

In the next step I want to read/clear error codes of the ECU. For this task I tried the "UDSApi.SvcReadDTCInformation()" method.

result = UDSApi ...
by puser
Mon 4. Apr 2016, 17:10
Forum: PCAN-UDS
Topic: No Flow Control Message
Replies: 9
Views: 13886

Re: No Flow Control Message

If I add the UDSApi.WaitForService() method after the UDSApi.SvcReadDataByIdentifier() method,
The flow control message is sent correctly, and i can see the data (consecutive frames) correctly sent by the ECU on the CAN bus.

My next Problem is:

How can i access the data contained in the response ...
by puser
Mon 4. Apr 2016, 09:54
Forum: PCAN-UDS
Topic: No Flow Control Message
Replies: 9
Views: 13886

No Flow Control Message

Hello,

I want to send a CAN UDS Message with the following data:

CAN ID for ECU request is:0x744 data: 03 22 F1 91 55 55 55 55

CAN ID for ECU Response is 0x7AE.

With the following code, the data 03 22 F1 91 00 00 00 00 is send on the correct CAN ID(0x744)

My ECU Responds on this message.

The ...