Search found 1024 matches

by K.Wagner
Mon 24. Jun 2024, 08:16
Forum: PCAN-USB
Topic: Problems with PCAN-USB with Windows 11 on Arm
Replies: 0
Views: 19195

Re: Problems with PCAN-USB with Windows 11 on Arm

Hello,

yes, our drivers works for Windows 11 ARM64. For Windows 10 we do not have ARM drivers. The PEAK-Drivers Setup contents both, x64 and ARM64 drivers. Your can download it from here: Download PEAK-Drivers Setup.
by K.Wagner
Thu 20. Jun 2024, 10:07
Forum: PCAN-Basic
Topic: Reset timestamps
Replies: 21
Views: 24184

Re: Reset timestamps

Hello,

Timestamps are only available for received messages. If you want to get the timestamp of sent messages, then you can activate the parameter PCAN_ALLOW_ECHO_FRAMES . This causes your applicaiton to read an echo of any sent frame. This echo frame is placed in the receive queue when the message ...
by K.Wagner
Fri 14. Jun 2024, 08:09
Forum: Software
Topic: Python version upgrade for PCANBasic.py
Replies: 2
Views: 4481

Re: Python version upgrade for PCANBasic.py

Hello,
blancod wrote:
Thu 13. Jun 2024, 18:08
Do you plan to upgrade the library?
By the next minor release of PCAN-Basic we will check the current Python version at thatt time and will update the pyhton unit accordingly. Nevertheless, there is no release plan for now, so this may take a while.
by K.Wagner
Fri 24. May 2024, 09:29
Forum: PCAN-Basic
Topic: Loop through the possible devices to detect the available ones
Replies: 5
Views: 4485

Re: Loop through the possible devices to detect the available ones

Hello,

the ID is also handled by the PCAN-Gateways devices. This was included within the PCAN-gateway Software version 2.9.0 (August 2020)
DeviceID-Gateway.png

If you have a software version equal or grater to 2.9.0, then you should be able to set the Device ID using
PCAN-View,
DeviceID-PCAN ...
by K.Wagner
Thu 23. May 2024, 15:50
Forum: PCAN-Basic
Topic: Loop through the possible devices to detect the available ones
Replies: 5
Views: 4485

Re: Loop through the possible devices to detect the available ones

Hello,

you do not need to iterate anymore on all possible channels. Rather you can just use the parameter PCAN_ATTACHED_CHANNELS, which gives you already a list with all available channels. For more information check this parameter within the API documentation, or check the sample function "GetPCAN ...
by K.Wagner
Wed 8. May 2024, 16:53
Forum: PCAN-UDS
Topic: Security Access call failing with error 11 - serviceNotSupported
Replies: 1
Views: 1732

Re: Security Access call failing with error 11 - serviceNotSupported

Hello,

sorry, but this goes beyond our support. The answer is comming form the ECU stating that it cannot handle your request. Since the error code is not comming from our API but from the ECU itself, you need to check yourself why your ECU is denying to process your request. Since this is a ...
by K.Wagner
Wed 8. May 2024, 08:46
Forum: PCAN-Basic
Topic: Peak PCANBasic.NET Exception
Replies: 3
Views: 2251

Re: Peak PCANBasic.NET Exception

Hello,

glad to see that the problem is solved.


However, that did not update the PCANBasic.dll. In order to update the PCANBasic.dll, I needed to update the driver. I updated the driver, which eliminated the issue.

The NuGet package doesn't install the native library. We communicate this also ...
by K.Wagner
Tue 7. May 2024, 09:45
Forum: PCAN-Basic
Topic: PCAN-Basic with VB6 on 64 bit machine.
Replies: 3
Views: 2186

Re: PCAN-Basic with VB6 on 64 bit machine.

Hello again,

just a final note on this,

However I also believe that the 64 bit dll will not be loadable from the test software running as a 32 bit process.

so that there are no misunderstandings: Note that our setup installs the 32-bit and the 64-bit PCAN-Basic dll. If the test software is ...
by K.Wagner
Tue 7. May 2024, 09:16
Forum: PCAN-Basic
Topic: Peak PCANBasic.NET Exception
Replies: 3
Views: 2251

Re: Peak PCANBasic.NET Exception

Hello,

running your code on our side did not show any problem. The only exception we see is your own, if there is no USB with device ID 0.


"The type initializer for 'Peak.Can.Basic.Api' threw an exception."

"The type initializer ... threw an exception" just mean an error occurred inside of ...