Search found 3 matches

by nic0311
Wed 18. May 2016, 14:57
Forum: PCAN-ISO TP
Topic: ISO TP c# application
Replies: 4
Views: 8014

Re: ISO TP c# application

Ok,
thank you very much.
Understood.
Next project we will ask to our colleagues to be ISO-TP compliant to use your api.
Bye.
by nic0311
Wed 18. May 2016, 14:19
Forum: PCAN-ISO TP
Topic: ISO TP c# application
Replies: 4
Views: 8014

Re: ISO TP c# application

Hello Wilhelm,
sorry for my wrong post section :)
I try to explain.
We are developing EOL test system and trying to use peak TP-ISO api to send and receive commands to one of our ECU because we have some embedded SW already written and we would not rewrite it ....

our ECU expect this command ...
by nic0311
Wed 18. May 2016, 11:06
Forum: PCAN-ISO TP
Topic: ISO TP c# application
Replies: 4
Views: 8014

ISO TP c# application

Hello,
we are developing an app to send and receive messages using TP layer in our end-of-line ECU testing system.

this is our code:

//MAPPING

public void ConfigureCAN_ISOTP()
{
TPCANTPStatus result;
// The Plug & Play Channel (PCAN-USB) is initialized
result = CanTpApi.Initialize(CanTpApi ...