General query

A free API for the Communication with Control Units based on the CAN Calibration Protocol (CCP) by ASAM for Windows®
Post Reply
ankur17
Posts: 9
Joined: Wed 1. Dec 2021, 14:10

General query

Post by ankur17 » Tue 18. Jan 2022, 13:08

The PCAN-CCP API doesn't have python sample, all our previous development was using Python technology using PCAN-Basic API.

Suppose we have created the Master using Pcan-ccp API, how to develop the slave part for it.

M.Heidemann
Sales & Support
Sales & Support
Posts: 1083
Joined: Fri 20. Sep 2019, 13:31

Re: General query

Post by M.Heidemann » Tue 18. Jan 2022, 13:18

Hello,

Frist step would be to write a header-file for python:

You need to build the phyton header by your own, we do not offer this for CCP.
You can however look at the other header-files provided.

Also you could take a look at other posts which had similar questions:

viewtopic.php?f=138&t=5663

Best Regards

Marvin
---
Marvin Heidemann
PEAK-Support Team

ankur17
Posts: 9
Joined: Wed 1. Dec 2021, 14:10

Re: General query

Post by ankur17 » Wed 19. Jan 2022, 06:47

PCAN- CCP API is capable of developing master tool?
from my understanding PCCP.cs contains the API, can you through some light on Form1.Designer.cs and Form1.cs. What are these?

M.Heidemann
Sales & Support
Sales & Support
Posts: 1083
Joined: Fri 20. Sep 2019, 13:31

Re: General query

Post by M.Heidemann » Wed 19. Jan 2022, 09:08

Hello Ankur,

Yes, that can also be done (Developing Master).
PCCP.cs is the header-file, yes.

Form1.Designer.cs -> Contains e.g. the declaration of the GUI elements
Form1.cs -> contains the related code.

The example is provided as a VS-project (Windows Forms) the structure
is a result of that.

Best Regards

Marvin
---
Marvin Heidemann
PEAK-Support Team

Post Reply