Search found 2 matches

by sammonsd
Fri 31. Oct 2014, 17:06
Forum: PCAN-CCP
Topic: C# CCP Connect with Key
Replies: 3
Views: 14790

Re: C# CCP Connect with Key

Hi there,

Thanks for the quick reply.

I have reviewed the included C# materials in great detail but I am still missing something then. With the following code:

CCPResult result = new CCPResult(CCPApi.Connect(m_Channel, ref m_SlaveData, out m_PccpHandle, 1000));

Connect is merely looking for ...
by sammonsd
Fri 31. Oct 2014, 16:12
Forum: PCAN-CCP
Topic: C# CCP Connect with Key
Replies: 3
Views: 14790

C# CCP Connect with Key

Is it possible to add to the commands?

For instance if i'm trying to connect to a specific loader using the connect command with a key in bytes 3-8 similar to:
01 00 23 58 D2 22 90 99

How would I go about building this message using your C# CCP API?

Thanks