Hello,
please do not ask the same question twice (here in the forum and by email). It doubles our effort on giving support and does things slower, not faster. We already answered you by mail.
Closed.
Search found 991 matches
- Tue 20. Aug 2024, 08:08
- Forum: Software
- Topic: how to communicate to PCAN device using a Chrome browser
- Replies: 1
- Views: 174
- Wed 31. Jul 2024, 08:01
- Forum: PCAN-Basic
- Topic: PCAN-USB Windows 10 - Multiple sample code errors with ManualRead and TimerRead
- Replies: 3
- Views: 265
Re: PCAN-USB Windows 10 - Multiple sample code errors with ManualRead and TimerRead
Hello,
It seems as there were some things forgotten when porting the samples to Python. Mainly the problems are in the samples 05_TimerRead, and 06_TimerWrite.
We will check and fix these by the next release.
Thanks for pointing this out. Closed.
It seems as there were some things forgotten when porting the samples to Python. Mainly the problems are in the samples 05_TimerRead, and 06_TimerWrite.
We will check and fix these by the next release.
Thanks for pointing this out. Closed.
- Fri 26. Jul 2024, 08:02
- Forum: Software
- Topic: Decoding the CAN Frame Error from PCAN VIEW Trc
- Replies: 2
- Views: 207
Re: Decoding the CAN Frame Error from PCAN VIEW Trc
Hello,
please take a look at the trace format specification, tha can be seen here: CAN Trace File Format.
please take a look at the trace format specification, tha can be seen here: CAN Trace File Format.
- Wed 24. Jul 2024, 09:56
- Forum: PCAN-Basic
- Topic: Reset timestamps
- Replies: 21
- Views: 10118
Re: Reset timestamps
Hello, please be careful when using literal numbers in calculations, and using intrinsec data type casting. It is true, that you find in our documentaiton the following: Microseconds-Calculation.png But keep in mind that this is not a "code example", but a formula . If you just use this literally, y...
- Thu 4. Jul 2024, 17:24
- Forum: PCAN-Basic
- Topic: Samples lib for new API
- Replies: 2
- Views: 307
Re: Samples lib for new API
Hello, normally, the code given by the documentation for each class or method is enough for starting your own project. A .NET project can have different focuses, so it is difficult to give a sample for each. We have two samples for reading/writing using the Worker class as WPF project. If you are in...
- Fri 28. Jun 2024, 08:59
- Forum: PCAN-UDS
- Topic: question for SvcReadDataByIdentifier_2013
- Replies: 3
- Views: 285
Re: question for SvcReadDataByIdentifier_2013
Dear, Please understand that neither the companion development of software nor teaching protocols and standards is part of the scope of support that we offer for the libraries. My colleague has already helped you beyond the scope of our support. If you can use the services of our APIs and send messa...
- Mon 24. Jun 2024, 11:30
- Forum: PCAN-Basic
- Topic: Reset timestamps
- Replies: 21
- Views: 10118
Re: Reset timestamps
Hello, please do not mix things. The class " Api " is a new (better) class tht is exposed in the PCAN-Basic.NET NuGet packlage. The class " PCANBasic " is a C#-wrapper, which is delivery as a form of a single C#-header file. If you are using the nuget package and you want to keep using the old class...
- Mon 24. Jun 2024, 08:16
- Forum: PCAN-USB
- Topic: Problems with PCAN-USB with Windows 11 on Arm
- Replies: 0
- Views: 230
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.
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.
- Thu 20. Jun 2024, 10:07
- Forum: PCAN-Basic
- Topic: Reset timestamps
- Replies: 21
- Views: 10118
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 ...
- Fri 14. Jun 2024, 08:09
- Forum: Software
- Topic: Python version upgrade for PCANBasic.py
- Replies: 2
- Views: 398