Hi Keneth,
Channels are made on the fly, based on the current amount of devices attached to a computer. Unfortunately, PCAN-BAsic doesn't receive active information about plug-ins/plug-outs, so cache will not work.
Ok, I understand.
Based on your request and those form other customers, we did ...
Search found 19 matches
- Tue 21. Nov 2017, 07:20
- Forum: PCAN-Basic
- Topic: PCAN-Basic hardware enumeration questions
- Replies: 6
- Views: 9505
- Mon 20. Nov 2017, 15:25
- Forum: PCAN-Basic
- Topic: Comments on the PCAN-Basic CAN-FD API
- Replies: 3
- Views: 5069
Re: Comments on the PCAN-Basic CAN-FD API
Dear U.Wilhelm,
thanks for your answer.
It was not my point to affront you or your company. In my introduction I wrote that could be improved
and that's how I meant it. And before writing this post, I have carefully thought about the points,
because I know that an improvement must never break ...
thanks for your answer.
It was not my point to affront you or your company. In my introduction I wrote that could be improved
and that's how I meant it. And before writing this post, I have carefully thought about the points,
because I know that an improvement must never break ...
- Mon 20. Nov 2017, 07:59
- Forum: PCAN-Basic
- Topic: Comments on the PCAN-Basic CAN-FD API
- Replies: 3
- Views: 5069
Comments on the PCAN-Basic CAN-FD API
Hi,
I'm currently extending the PeakCAN plugin in QtSerialBus for CAN FD. While working on it, I noticed some places that could be improved in the PCAN-Basic API.
The Parameter TPCANBitrateFD in CAN_InitializeFD should be const char* instead char * . Otherwise the compiler complains when I pass ...
I'm currently extending the PeakCAN plugin in QtSerialBus for CAN FD. While working on it, I noticed some places that could be improved in the PCAN-Basic API.
The Parameter TPCANBitrateFD in CAN_InitializeFD should be const char* instead char * . Otherwise the compiler complains when I pass ...
- Mon 20. Nov 2017, 07:37
- Forum: Third Party Software
- Topic: Qt 5.8 with QtSerialBus released
- Replies: 6
- Views: 18384
Re: Qt 5.8 with QtSerialBus released
Hello,
I am having a problem with the Qt CAN example, it runs perfectly on windows and I am able to send and receive messages. On Linux I i installed the PCAN driver and tested it and it works, but when I use the Qt CAN example I always have an error when connecting to the peak can device: "A ...
I am having a problem with the Qt CAN example, it runs perfectly on windows and I am able to send and receive messages. On Linux I i installed the PCAN driver and tested it and it works, but when I use the Qt CAN example I always have an error when connecting to the peak can device: "A ...
- Mon 20. Nov 2017, 07:35
- Forum: PCAN-Basic
- Topic: PCAN-Basic hardware enumeration questions
- Replies: 6
- Views: 9505
Re: PCAN-Basic hardware enumeration questions
Hi, I need to come back to this topic after long time, because I'm not satisfied yet.
Please note that a "channel" is an internal combination of several PCAN-Obejcts and states, tha have to be created and/or checked. This includes driver calls, objects creation, interprocess communication, memory ...
Please note that a "channel" is an internal combination of several PCAN-Obejcts and states, tha have to be created and/or checked. This includes driver calls, objects creation, interprocess communication, memory ...
- Mon 4. Sep 2017, 08:57
- Forum: PCAN-Basic
- Topic: Download of latest version compatible with Windows XP
- Replies: 4
- Views: 5515
Download of latest version compatible with Windows XP
Hi,
you state that Windows XP is no longer supported with PCAN-Basic 4.0.3 and newer, which is totally acceptable for me.
However, I'm searching for the latest version of the API compatible with XP (which should be 4.0.2, correct?) I'm fine if you don't give support anymore, but I need to download ...
you state that Windows XP is no longer supported with PCAN-Basic 4.0.3 and newer, which is totally acceptable for me.
However, I'm searching for the latest version of the API compatible with XP (which should be 4.0.2, correct?) I'm fine if you don't give support anymore, but I need to download ...
- Fri 21. Apr 2017, 14:07
- Forum: PCAN-PassThru API
- Topic: No messages received with PassThru API
- Replies: 8
- Views: 17008
Re: No messages received with PassThru API
Thanks for your help, Keneth.
As I'm not the author of the PassThru software I'm always caught between two stools
It looks different vendors handle the specification in different ways. But as I'm just the tester I think we can close this topic for now.
As I'm not the author of the PassThru software I'm always caught between two stools

It looks different vendors handle the specification in different ways. But as I'm just the tester I think we can close this topic for now.
- Thu 6. Apr 2017, 09:47
- Forum: PCAN-PassThru API
- Topic: No messages received with PassThru API
- Replies: 8
- Views: 17008
Re: No messages received with PassThru API
Sorry, but I'm still having this problem. I think the filter looks good, or am I wrong? What else could I try?
14436078 ; PassThruOpen ; STATUS_NOERROR (0x00) ; PARAMS={pName=NULL, *pDeviceID=81} ; GetErrorText={"Function call successful"}
14436281 ; PassThruConnect ; STATUS_NOERROR (0x00 ...
14436078 ; PassThruOpen ; STATUS_NOERROR (0x00) ; PARAMS={pName=NULL, *pDeviceID=81} ; GetErrorText={"Function call successful"}
14436281 ; PassThruConnect ; STATUS_NOERROR (0x00 ...
- Tue 4. Apr 2017, 14:28
- Forum: PCAN-PassThru API
- Topic: No messages received with PassThru API
- Replies: 8
- Views: 17008
Re: No messages received with PassThru API
Thanks a lot Keneth, I'll try that!
- Tue 4. Apr 2017, 12:50
- Forum: PCAN-PassThru API
- Topic: No messages received with PassThru API
- Replies: 8
- Views: 17008
Re: No messages received with PassThru API
Hi Keneth,
thanks for your answer.
Most likely this is the problem. I'm not sure I removed the call to filter function after not receiving anything; but if the API then assumes a "closed" filter this could not help :)
To get a fully open filter, I assume I have to set pMsgMask to 0?
Best regards ...
thanks for your answer.
Most likely this is the problem. I'm not sure I removed the call to filter function after not receiving anything; but if the API then assumes a "closed" filter this could not help :)
To get a fully open filter, I assume I have to set pMsgMask to 0?
Best regards ...