Search found 14 matches

by Murat.Ocakturk
Tue 26. Mar 2024, 17:24
Forum: PCAN-Developer 4
Topic: CAN-FD Transmitter Delay Compensation
Replies: 2
Views: 2532

Re: CAN-FD Transmitter Delay Compensation

Does data_ssp_offset means Transmitter Delay Compensation?
by Murat.Ocakturk
Tue 26. Mar 2024, 17:17
Forum: PCAN-Developer 4
Topic: CAN-FD Transmitter Delay Compensation
Replies: 2
Views: 2532

CAN-FD Transmitter Delay Compensation

Hello,

Is it possible to configure CAN-FD PCAN device's "Transmitter Delay Compensation" (TDCO, TDCV) using PCAN-developer 4 library?

This value is specified in ARXML file to configure the CAN-FD controller's "data" phase.

Thank you,
Murat
by Murat.Ocakturk
Tue 5. Mar 2024, 09:46
Forum: PCAN-Developer 4
Topic: Is PCANAPI-2 still usefull when PCANAPI-4 available
Replies: 4
Views: 2582

Re: Is PCANAPI-2 still usefull when PCANAPI-4 available

Good to know that...
We don't support Windows XP or Win7 anymore in our software tools. So, there seems no need to keep canapi2.
Thank you.
by Murat.Ocakturk
Tue 5. Mar 2024, 08:41
Forum: PCAN-Developer 4
Topic: Is PCANAPI-2 still usefull when PCANAPI-4 available
Replies: 4
Views: 2582

Re: Is PCANAPI-2 still usefull when PCANAPI-4 available

Is there any PCAN driver version or PCAN device which is supported by canapi2, but not supported by canapi4?
In other words, does canapi4 support everything that canapi2 supports? If yes, I don't need to use canapi2 anymore. I'll go on with canapi4.
by Murat.Ocakturk
Mon 4. Mar 2024, 14:31
Forum: PCAN-Developer 4
Topic: Is PCANAPI-2 still usefull when PCANAPI-4 available
Replies: 4
Views: 2582

Is PCANAPI-2 still usefull when PCANAPI-4 available

Hello,

I have PCAN Developer 2 and PCAN Developer 4. My tool supports both of them. I still keep PCAN developer 2 (canapi2) code in my tool.
My tool first checks the connected CAN devices using PCAN developer 4. If an error occurs, PCAN developer 2 is used. My idea was, if user's PCAN device driver ...
by Murat.Ocakturk
Mon 19. Jun 2023, 16:33
Forum: PLIN-API
Topic: GetFrameEntry in master mode
Replies: 1
Views: 5431

GetFrameEntry in master mode

Hi,

I noticed a problem when SetFrameEntry and GetFrameEntry is used in master mode. Let me explain...
First of all, Device is "PCAN-USB Pro FD LIN".
PLIN Manager 3.0.1.227
PLIN Api 3.0.1.227
PLIN_USB 1.7.0.1122 (KMDF 1.15, x64, Universal)
I use .NET framework interface of PLIN api.

Scenario ...
by Murat.Ocakturk
Thu 2. Feb 2023, 11:42
Forum: PLIN-API
Topic: Does TLINClientParam.clpOnReceiveEventHandle really work?
Replies: 3
Views: 2982

Re: Does TLINClientParam.clpOnReceiveEventHandle really work?

Thank you Keneth for quick and perfect response.
by Murat.Ocakturk
Thu 2. Feb 2023, 07:26
Forum: PLIN-API
Topic: Does TLINClientParam.clpOnReceiveEventHandle really work?
Replies: 3
Views: 2982

Does TLINClientParam.clpOnReceiveEventHandle really work?

Hello,

"TLINClientParam" enumeration has "clpOnReceiveEventHandle" for setting handle for the receive event.
However, It is not used in the samples inside PLinAPI. Also, it is not documented in the GetClientParam and SetClientParam functions. Supported client parameters are documented for ...
by Murat.Ocakturk
Mon 30. Jan 2023, 11:09
Forum: PCAN-PassThru API
Topic: PCAN Virtual Usage
Replies: 1
Views: 6656

PCAN Virtual Usage

Hello,

I'm trying to use virtual CAN device, similar to Vector virtual CAN device. However, PCAN virtual device is not visible.
I have PCAN developer license.

My problems:
- PCAN virtual is visible as a "Network", not a "Device". Is this normal?
- I cannot select PCAN virtual device from PCAN ...
by Murat.Ocakturk
Wed 9. Nov 2016, 13:34
Forum: Software
Topic: Learning installed driver version from registry
Replies: 1
Views: 3887

Learning installed driver version from registry

Hello,

I want to display warning to user when installing my application, if installed PCAN driver is old in his/her PC.
I should be able to do this by writing setup script (not C++ / C#...).

Is there a possibility to get installed PCAN driver version from registry?

I read "HKEY_LOCAL_MACHINE ...