The PCAN-Basic API always need a real Hardware. It is not possible to use this API in simulation mode.
So you need as minimum a simple PCAN-USB device.
Search found 1444 matches
- Mon 30. Jan 2023, 22:05
- Forum: Suggestions & Feature Requests
- Topic: Possible to simulate without any hardware?
- Replies: 1
- Views: 59
- Mon 30. Jan 2023, 16:38
- Forum: PCAN-PassThru API
- Topic: PCAN Virtual Usage
- Replies: 1
- Views: 43
Re: PCAN Virtual Usage
** move the post to the correct section - please always check where to post requests - Admon - **
The PassThru is based on the PCAN-Basic API and so no "pre defined Net" could be used. You always need a real Hardware.
The PassThru is based on the PCAN-Basic API and so no "pre defined Net" could be used. You always need a real Hardware.
- Fri 27. Jan 2023, 08:15
- Forum: Linux
- Topic: PCAN_UDS_ISOTP_API_ON_LINUX
- Replies: 3
- Views: 195
Re: PCAN_UDS_ISOTP_API_ON_LINUX
We do not offer for LINUX LIB Files (Linux do not use DLLs) for the High Layer APIs to customers. You need to use Windows, or build your own APIs. Sending more then 8 Data Bytes on a CAN2.0a/b Network (fragmented Messages) is depending on which High Layer protocol you use. It is not possible in the ...
- Thu 26. Jan 2023, 18:10
- Forum: Linux
- Topic: PCAN_UDS_ISOTP_API_ON_LINUX
- Replies: 3
- Views: 195
Re: PCAN_UDS_ISOTP_API_ON_LINUX
We do not offer our closed source High Layer APIs for Linux.
We have port the PCAN-Baisc API for Linux.
We have port the PCAN-Baisc API for Linux.
- Sun 22. Jan 2023, 13:45
- Forum: PCAN-XCP
- Topic: Regarding PCAN XCP API Development
- Replies: 4
- Views: 145
Re: Regarding PCAN XCP API Development
We are sorry, but we do not understand your request. Please read the XCP Developer and API Documentation. You need to know how the XCP Protocol work, to use the API. We could not support basic understanding of XCP. This forum is a commercial forum, for PEAK-System Products. If you have any specific ...
- Wed 18. Jan 2023, 07:43
- Forum: Suggestions & Feature Requests
- Topic: convert multiple files with PEAK Converter
- Replies: 4
- Views: 7110
Re: convert multiple files with PEAK Converter
The converter is an executable - not an API - you must call the executable with the needed parameter (see documentation) from your Python script.
For more information on using a command shell in Python, see Python forums. This has nothing to do with our products / tools.
For more information on using a command shell in Python, see Python forums. This has nothing to do with our products / tools.
- Mon 16. Jan 2023, 09:52
- Forum: PCAN-Basic
- Topic: PCANbasic module not found error
- Replies: 1
- Views: 209
Re: PCANbasic module not found error
How should we answer if you are not able to give basic informations: - used OS / type and Version - used API Version But the error describes the "problem" very good. Exception has occurred: ModuleNotFoundError No module named 'PCANBasic' from PCANBasic import * ## PCAN-Basic library import ModuleNot...
- Tue 10. Jan 2023, 22:48
- Forum: PCAN-Basic
- Topic: Value of PCAN-Hardware handle is invalid
- Replies: 1
- Views: 252
- Tue 10. Jan 2023, 13:25
- Forum: Linux
- Topic: PEAK-Linux Driver on Raspberry Pi
- Replies: 1
- Views: 398
Re: PEAK-Linux Driver on Raspberry Pi
Which PEAK-System Hardware do you own and use ? CAN do not know anythink of a Handshaking or Bus Master...maybe you talk about CANopen or any other High Layer protocol. Without real information - no one could answer you - please read your request and understand that this information is not enough to...
- Sat 7. Jan 2023, 12:54
- Forum: PCAN-XCP
- Topic: Regarding PCAN XCP API Development
- Replies: 4
- Views: 145
Re: Regarding PCAN XCP API Development
Please read the forum rules if you are not sure where to post any requrests - we moved the topic to the correct section. ** ADMIN ** We do no support raw C samples for the API´s. But the Software API we provide could be used also with Standard C and any other programming language on Windows. It is ...