Auf unserer Website setzen wir Cookies ein, um Ihnen den bestmöglichen Service zu bieten und unsere Website weiter verbessern zu können. Mit dem Button "Alle akzeptieren" stimmen Sie der Verwendung aller Cookies zu. Über "Auswahl akzeptieren" können Sie die verwendeten Cookies eingrenzen. Weitere Informationen und eine Option zum Widerruf Ihrer Auswahl finden Sie in unserer Datenschutzerklärung.

Notwendig:

Diese Cookies sind für die grundlegende Funktionalität notwendig. Dadurch können Sie sich auf unserer Website und im Forum anmelden oder Produkte mit unserem Online-Shop bestellen.

Statistik:

Mit diesen Cookies erheben wir anonymisiert Nutzungsdaten für unsere Website. So können wir beispielsweise sehen, welche Inhalte für unsere Besucher interessant sind und welche Auflösungen verwendet werden. Anhand der Informationen optimieren wir unsere Website, um Ihnen eine möglichst gute Benutzererfahrung bieten zu können.

Notwendig
Statistik

Mehr

PCAN-XCP API Version History

2023-10-05 - Version 2.2.5

Improvements:

  • General code enhancements
  • Information regarding the use of BRS (Bit Rate Switch) within CAN FD connections has been added to the documentation


Download

2021-05-27 - Version 2.2.4

Bug fixes:

  • Attempting to use XCP_Download and XCP_Program in 'block mode' failed with error XCP_ERR_OUT_OF_RANGE
  • The XCP_DownloadNext and XCP_ProgramNext functions failed erroneously, if the 'number of elements' passed to the functions was greater than 6 (granularity 1), 3 (granularity 2) or 1 (granularity 4)

Changes:

  • The functions XCP_Download, XCP_DownloadNext, XCP_Program, XCP_ProgramNext, and XCP_Upload now return XCP_ERR_INVALID_PARAMETER, if a DTO buffer is passed as parameter while block mode is used and not all desired elements can be transmitted with the current command call

2020-12-01 - Version 2.2.3

Bug fixes:

  • The function XCP_Upload returned a wrong result code when it was called asynchronously
  • The subcommand GET_SLAVE_ID of the function XCP_TransportLayerCommand couldn’t be called asynchronously
  • The subcommand GET_SLAVE_ID of the function XCP_TransportLayerCommand was sent using the Master-ID and not the Broadcast-ID

2019-07-09 - Version 2.2.2

Improvements:

  • The configuration of the underlying certificate checking was changed to avoid delays at initialization time due to certificate revoke-search online

2018-12-13 - Version 2.2.1

Bug fixes:

  • The function XCP_TransportLayerCommand was broadcasting commands, even though the GET_SLAVE_ID command is the only one supporting broadcasting
  • Issuing transport layer commands was not increasing the DTO filter, so that dedicated DTOs couldn't be received

2018-01-31 - Version 2.2.0

Improvements:

  • New function XCP_GetErrorText for error code parsing added

2017-09-06 - Version 2.1.0

Improvements:

  • Unused dependencies were removed and the DLL sizes reduced

Bug fixes:

  • Function XCP_InitializeCanChannel had a wrong signature, causing an access violation when used dynamically (LoadLibrary/GetProcAddress)
  • A special case with the XCP_Program function has not been taken into account: Sending a message with 'numberOfElements' equal to 0

2016-02-23 - Version 2.0.1

  • Bug fix: The setting for MAX_DTO, at CONNECT response time, was not being set, causing a malfunction within the function XCP_DequeueMsg(DTO)

2015-10-07 - Version 2.0.0

Improvement:

  • CAN-FD support was added, new API function XCP_InitializeCanChannelFD()

Changes:

  • API was updated to support the new version of PCAN-Basic
  • The members "MotorolaFormat" and "AddressGranularity" of the TXCPProtocolLayerConfig structure are deprecated. These values are now automatically used when the XCP_Connect() function is called sucessfully

2014-01-27 - Version 1.1.0

  • Patch: A security issue was fixed

2013-09-06 - Version 1.0.1

  • Bug fix: DTO packages were wrongly being included into the CTO queue
  • Bug fix: Due to a filter problem, the API was not able to receive "Dedicated DTOs"
  • Enhancement: A new Header file for VB.Net is now available
  • Enhancement: A new example project for VB.Net is now available

2012-10-31 - Version 1.0.0

  • FIRST release version