Hello,
chevymn1964 wrote: ↑Tue 21. Jun 2022, 18:19
How do you implement the use of the API??? Very little to no documentation on how to use them
Sorry, I do not understand this. With the APIs you have:
- Documentation in PDF format for PCAN-ISO-TP with round about 260 pages.
- Documentation in PDF format for PCAN-UDS with round about 770 pages.
- Each API function in both PDFs is well described: Summary, parameter description, return and error codes, and contains sample code in C++, C#, C++/CLR, VB.NET, and Pascal OO.
- 11 Sample projects for PCAN-ISO-TP in the 5 different program languages mentioned above (this makes 55 different sample projects)
- 11Sample projects for PCAN-UDS in the 5 different program languages mentioned above (this makes 55 different sample projects)
- There is a dedicated Forum for PCAN-ISO-TP and another for PCAN-UDS, where you can find futher help on using the APIs.
I wouldn't call this "very little to no documentation".
chevymn1964 wrote: ↑Tue 21. Jun 2022, 18:19
How do you implement the use of the API???
You need to create your own program, that use the API (Application Programming Interface).
chevymn1964 wrote: ↑Tue 21. Jun 2022, 18:19
What software do I use to run them?
APIs
cannot just be ran. You need to code a program that
use them.
chevymn1964 wrote: ↑Tue 21. Jun 2022, 18:19
Is it an add-in for PCAN Explorer?
I already told you that PCAN-Explorer doesn't support those protocols -->
"PCAN-Explorer doesn't support those protocols. However, our devices support them via API"
NOTE: If you do not know how to write a program, for instance, by using C++, or C# programming languages, then just forget the APIs, You need to know how to code in order to use these. If you want more information about what is and how to use an API there is plenty information on the web, for instance
https://en.wikipedia.org/wiki/API.