Search found 3 matches

by evilpaul
Wed 9. Oct 2019, 15:06
Forum: PCAN-UDS
Topic: UDS sample apps - converted to C#
Replies: 3
Views: 5159

Re: UDS sample apps - converted to C#

Hi Keneth,

Thanks for the information, I have committed the change to the PCUClient repo.

regards,
Paul
by evilpaul
Tue 8. Oct 2019, 13:28
Forum: PCAN-UDS
Topic: UDS sample apps - converted to C#
Replies: 3
Views: 5159

UDS sample apps - converted to C#

Hi everyone,

I have converted the C++ sample applications from the PCAN-UDS package into C#:

PCUServer : https://github.com/Evilpaul/PCUServer
PCUClient : https://github.com/Evilpaul/PCUClient

I have done a quick comparison using combinations of the C++ and C# applications and the behaviour ...
by evilpaul
Sat 29. Jun 2019, 16:40
Forum: PCAN-UDS
Topic: UDS-API parameter interpretation issue with x64 DLLs
Replies: 1
Views: 2809

UDS-API parameter interpretation issue with x64 DLLs

Hi,

I've been playing around with the UDS-API and I've found an issue affecting the x64 DLLs and interpretation of parameters that differs from the x86 DLLs.

Test Scenario 1:
PCAN-bASIC DLL version 4.3.3.239
PCAN-ISO-TP DLL version 2.2.0.119
PCAN-UDS DLL version 1.3.2.45
Compile the C ...