Search found 4 matches

by Daniel.
Tue 4. Oct 2016, 11:21
Forum: PCAN-UDS
Topic: WaitForService doesn't end
Replies: 3
Views: 5811

Re: WaitForService doesn't end

Hello Fabrice,

Yes, of course. I logged the Informations like your example and the example in the documentation of the Api:
PUDS_PARAM_TIMEOUT_REQUEST = 16
PUDS_PARAM_TIMEOUT_RESPONSE = 16
SESSION_TYPE = 3
TIMEOUT_P2CAN_SERVER_MAX = 50

Sorry, I have to correct my first post, I thought the timeout ...
by Daniel.
Fri 30. Sep 2016, 09:51
Forum: PCAN-UDS
Topic: WaitForService doesn't end
Replies: 3
Views: 5811

WaitForService doesn't end

Hello,

I use Visual Basic in Visual Studio 2013.I have a problem with the function WaitForService, which I use behind the function SvcInputOutputControlByIdentifier to receive the answer of my DUT, similar the example in the PCAN-UDS API - User Guide. If I start my programm, the first hours it's ...
by Daniel.
Wed 6. Apr 2016, 09:58
Forum: PCAN-UDS
Topic: Source Adress / Target Adress
Replies: 16
Views: 52230

Re: Source Adress / Target Adress

Hello Fabrice,

Thank you for your fast answer and your detailed explanation. I realized your example and corrected a bug in my tester present function. I have to use "29B_Normal" as protocol and not "29B". Now it works fine, the answer of the function is PUDS_Error_Ok and with the function ...
by Daniel.
Tue 5. Apr 2016, 16:53
Forum: PCAN-UDS
Topic: Source Adress / Target Adress
Replies: 16
Views: 52230

Source Adress / Target Adress

Hello,

I like to use the PCAN-USB-Interface and the UDS and ISO-TP API for communicate with UDS commands about the CAN-Bus. I have initialized the interface with the right baudrate and will send the testerPresent like the example in the documentation of the UDS API, but the answer is "NO_MESSAGE ...