Search found 2 matches

by RicoBer
Wed 20. Mar 2019, 09:49
Forum: PCAN-UDS
Topic: UDS Control Flow does not start
Replies: 2
Views: 3100

Re: UDS Control Flow does not start

Hello,

sorry, I should have been more clearer.

For the first question, the ECU does respond, I am reading CAN bus traffic while transmitting. But the function does not continue sending the other data. Does the function wait for a specific answer or just a general one?

For the second question, I ...
by RicoBer
Tue 19. Mar 2019, 17:49
Forum: PCAN-UDS
Topic: UDS Control Flow does not start
Replies: 2
Views: 3100

UDS Control Flow does not start

Hello everyone,

I'm trying to send large amounts of data (a few kBytes) and want to use the APIs own Options.

So I'm starting of with the SvcRequestDownload (no comp/encryp) and other correct data.
Next I want to use SvcTransferData.
Example data as follows:

byte[] Buffer = new byte[2000]; (with ...