Hello,
Regarding your comment: "I guess there is something preset in API for standard UDS IDs"
Well, you don't have to guess if you read. I already told you this:
they are the standard values for tester and ECUs used by UDS. Those address mapping are automatically registered by the API at ...
Search found 1024 matches
- Thu 10. Oct 2024, 12:05
- Forum: PCAN-UDS
- Topic: UDS Tester ID below 0x7E0 prblem
- Replies: 5
- Views: 2997
- Mon 7. Oct 2024, 15:30
- Forum: PCAN-UDS
- Topic: UDS Tester ID below 0x7E0 prblem
- Replies: 5
- Views: 2997
Re: UDS Tester ID below 0x7E0 prblem
Hello,
if you are talking about the defines within the header files, please note that these are the values corresponding to the UDS norm, i.e. they are the standard values for tester and ECUs used by UDS. Those address mapping are automatically registered by the API at initialization time. You may ...
if you are talking about the defines within the header files, please note that these are the values corresponding to the UDS norm, i.e. they are the standard values for tester and ECUs used by UDS. Those address mapping are automatically registered by the API at initialization time. You may ...
- Fri 20. Sep 2024, 09:35
- Forum: PCAN-ISO TP
- Topic: Simultaneously using ISO-TP and "normal" CAN.
- Replies: 1
- Views: 1280
Re: Simultaneously using ISO-TP and "normal" CAN.
Hello,
Since the PCAN-ISO-TP API has its own initialize_2016 function, I understand that the channel is initialized only for ISO-TP communication. Does it mean that I can't simultaneously send/receive standard CAN frame and ISO-TP CAN frame using both Peak.Can.basic and ISO-TP apis at the same ...
Since the PCAN-ISO-TP API has its own initialize_2016 function, I understand that the channel is initialized only for ISO-TP communication. Does it mean that I can't simultaneously send/receive standard CAN frame and ISO-TP CAN frame using both Peak.Can.basic and ISO-TP apis at the same ...
- Tue 20. Aug 2024, 08:08
- Forum: Software
- Topic: how to communicate to PCAN device using a Chrome browser
- Replies: 1
- Views: 4289
Re: how to communicate to PCAN device using a Chrome browser
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.
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.
- 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: 2899
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: 3695
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: 24056
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 ...
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 ...
- Thu 4. Jul 2024, 17:24
- Forum: PCAN-Basic
- Topic: Samples lib for new API
- Replies: 2
- Views: 2312
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 ...
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 ...
- Fri 28. Jun 2024, 08:59
- Forum: PCAN-UDS
- Topic: question for SvcReadDataByIdentifier_2013
- Replies: 3
- Views: 2479
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 ...
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 ...
- Mon 24. Jun 2024, 11:30
- Forum: PCAN-Basic
- Topic: Reset timestamps
- Replies: 21
- Views: 24056
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 ...
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 ...