Search found 1014 matches

by K.Wagner
Mon 17. Mar 2025, 21:50
Forum: PCAN-RP1210
Topic: Multipacket messages using PGN EB00
Replies: 1
Views: 48

Re: Multipacket messages using PGN EB00

Hello, the API implements the transport protocol (BAM and RTS/CTS) as specified by the J1939 norm and the recommended practices 1210. In order to be able to send/receive large J1939 messages (data length > 8) you need to claim an address (Protect_J1939_Address), and also be sure that you let the API...
by K.Wagner
Mon 17. Mar 2025, 21:29
Forum: PCAN-RP1210
Topic: Occasionally getting error 139 when calling RP1210_ReadMessage
Replies: 1
Views: 87

Re: Occasionally getting error 139 when calling RP1210_ReadMessage

Hello, this error occurs when you do not retrieve messages from the reception queue fast enought, so that the queue get full when trying to include a new message. The RP1210 API states that, when this happens, the queue must be emptied and the error 139 returned. Any message contained in the queue i...
by K.Wagner
Tue 11. Mar 2025, 15:34
Forum: PCAN-Basic
Topic: Enable TX Self Acknowledge
Replies: 5
Views: 18114

Re: Enable TX Self Acknowledge

Hello,

no, this is not possible. PCAN-Basic doesn't support Self Acknowledge at all.
by K.Wagner
Mon 10. Mar 2025, 17:22
Forum: PCAN-RP1210
Topic: RP1210 Protect J1939 Address and Send Message
Replies: 1
Views: 2516

Re: RP1210 Protect J1939 Address and Send Message

Hello,

we answered you by Email.
by K.Wagner
Fri 31. Jan 2025, 08:54
Forum: PCAN-Basic
Topic: Is there a less version-specific method of GetValue?
Replies: 1
Views: 1908

Re: Is there a less version-specific method of GetValue?

Hello, Each released version of the NuGet-Package Library, PCAN-Basic.NET, has as minimum requirement the major.minor version of the PCAN-Basic library (native library), released with it. in order to aovid such problems, just be sure to always have the last library version installed on your system. ...
by K.Wagner
Tue 28. Jan 2025, 10:58
Forum: PCAN-Basic
Topic: Python fails to “from pcan.PCANBasic import *”
Replies: 7
Views: 4466

Re: Python fails to “from pcan.PCANBasic import *”

Hello,

OK. I missed the incorrect import in your code.
Thanks for the feedback.

Closed.
by K.Wagner
Mon 27. Jan 2025, 11:35
Forum: PCAN-Basic
Topic: Python fails to “from pcan.PCANBasic import *”
Replies: 7
Views: 4466

Re: Python fails to “from pcan.PCANBasic import *”

Hello, if you have the drivers and PCAN-Basic installed (PEAK-Drivers Setup), and also Python, then you should be able to load and use the library. It could be a problem with environment configuration in Pyhton itself. Which Python version are you using? which OS are you using? In normal cases, you ...
by K.Wagner
Mon 13. Jan 2025, 15:55
Forum: PCAN-Basic
Topic: Using TPCANParameter.PCAN_DEVICE_GUID.
Replies: 3
Views: 2938

Re: Using TPCANParameter.PCAN_DEVICE_GUID.

Hello,

please send us an e-mail to support[at]peak-system.com making reference to this post. We will check, if we can provide you with a pre-release.
by K.Wagner
Mon 13. Jan 2025, 13:32
Forum: PCAN-Basic
Topic: MessageAvailable event is not triggered
Replies: 5
Views: 3431

Re: MessageAvailable event is not triggered

Hello,

thanks for the update. Closed.
by K.Wagner
Fri 10. Jan 2025, 14:16
Forum: PCAN-Basic
Topic: MessageAvailable event is not triggered
Replies: 5
Views: 3431

Re: MessageAvailable event is not triggered

Hello again,

It is also important to know that an ECHO is only received when the message is physically sent. If you have only one channel connected and there is no other CAN node, that receives the message (acknowledge), you won't see any echo either.