Search found 1015 matches

by K.Wagner
Wed 19. Mar 2025, 15:29
Forum: PCAN-View
Topic: UDS Checkout with PEAK CAN VIEW
Replies: 12
Views: 16741

Re: UDS Checkout with PEAK CAN VIEW

Hello, READ DID with function code 0x22 ... need to handle both Single Frame and Multi Frame responses. Which is the Example Solution i need to run to check above ? ( Sorry - I could not locate an exact example for this simple need. ) First of all, note that ISO-TP (in turn PCAN-ISO-TP API) represen...
by K.Wagner
Mon 17. Mar 2025, 21:50
Forum: PCAN-RP1210
Topic: Multipacket messages using PGN EB00
Replies: 1
Views: 7462

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: 186

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: 51484

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: 3004

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: 1986

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: 4633

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: 4633

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: 3057

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: 3541

Re: MessageAvailable event is not triggered

Hello,

thanks for the update. Closed.