Search found 10 matches

by davidf
Thu 3. Mar 2022, 16:19
Forum: PCAN-ISO TP
Topic: PCAN-USB driver change log
Replies: 6
Views: 3669

Re: PCAN-USB driver change log

Thank you for this suggestion. This resolved the issue. I did not think that these would be associated.

Thanks again,
David
by davidf
Thu 3. Mar 2022, 14:21
Forum: PCAN-ISO TP
Topic: PCAN-USB driver change log
Replies: 6
Views: 3669

Re: PCAN-USB driver change log

Michael,

Thanks for the reply.

Our working system was using USB driver 4.2.3.16490 along with the ISO-TP API 3.1.1.227.

We updated to the latest USB driver 4.3.0.16563 and now the messages that are larger than 64 bytes (our frame size) no longer work correctly. Messages smaller than the frame ...
by davidf
Thu 3. Mar 2022, 00:45
Forum: PCAN-ISO TP
Topic: PCAN-USB driver change log
Replies: 6
Views: 3669

Re: PCAN-USB driver change log

The issue we are facing is trying to send a CAN-ISO-TP frame that is larger than 64 bytes. We are trying to send a 251 byte message.

On driver version 4.2.3.16490 the frames come out of the Peak driver as expected:

//First frame, flow control, Consecutive(1), Consecutive(2), Consecutive(3)

159 ...
by davidf
Wed 2. Mar 2022, 20:07
Forum: PCAN-ISO TP
Topic: PCAN-USB driver change log
Replies: 6
Views: 3669

PCAN-USB driver change log

Is there a change log for the PCAN-USB drivers? Our PC solution works with driver version 4.2.3.16490 but not 4.3.0.16563. We are curious if there is a change log so we can more quickly debug what has changed to we can figure out where to look to fix the broken functionality.

We've looked in on the ...
by davidf
Tue 15. Jun 2021, 18:13
Forum: Software
Topic: ISO 17987-2 support
Replies: 1
Views: 2050

ISO 17987-2 support

Hello,

We used your PCAN series of devices because of your support of the ISO 15765-2 API library. I do not see something similar for LIN (ISO 17987-2). These two transport protocol layers are nearly identical from my understanding. Is there a software module that I am overlooking for ISO 17987-2 ...
by davidf
Thu 25. Mar 2021, 13:31
Forum: PCAN-ISO TP
Topic: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD
Replies: 9
Views: 6168

Re: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD

Fabrice,

Thank you for your patience. We always use TXDL in our software so even though this field is clearly DLC and not TXDL, we read it as TXDL. You are correct. Converting the TXDL to the DLC makes this work for the current and previous version of the driver for all valid lengths.

Thank you ...
by davidf
Thu 25. Mar 2021, 05:06
Forum: PCAN-ISO TP
Topic: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD
Replies: 9
Views: 6168

Re: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD

I've traced it back to when we try to set the TXDL length of the mapping to 64 bytes in CAN-FD mode. If I don't touch the TXDL in mapping object it defaults to 8 and works, but transmits at 8 bytes. If I set the TXDL to 64 it fails to set the mapping with the latest driver (worked with the last ...
by davidf
Thu 25. Mar 2021, 01:01
Forum: PCAN-ISO TP
Topic: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD
Replies: 9
Views: 6168

Re: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD

With this switch enabled I can see that the SetMapping() function is reporting an invalid mapping where it was valid in the last version. The function is properly reporting "KO". When we mapped the status returns of the functions to the UI console this function didn't get remapped and it was still ...
by davidf
Wed 24. Mar 2021, 13:40
Forum: PCAN-ISO TP
Topic: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD
Replies: 9
Views: 6168

Re: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD

Marvin,

I updated the PCANBasic API to 4.2.2 as suggested in your post. No change in behavior.

CAN + ISO-API v3.0.1.186 = works
CAN + ISO-API v3.1.1.227 = works
CAN-FD + ISO-API v3.0.1.186 = works
CAN-FD + ISO-API v3.1.1.227 = does not work

Thanks,
David
by davidf
Thu 18. Mar 2021, 21:20
Forum: PCAN-ISO TP
Topic: Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD
Replies: 9
Views: 6168

Issues with PEAK-ISO-API v3.1.1.227 with CAN-FD

We have a solution working with PEAK-ISO-API v3.0.1.186 with both CAN and CAN-FD.

We just updated to the v3.1.1.227 DLL. The CAN portion still works. The CAN-FD no longer works. We did not change anything on our usage.

None of the APIs are returning errors, but no messages come out on the bus. We ...