Search found 27 matches

by manju
Wed 5. Mar 2025, 07:09
Forum: Linux
Topic: In Socketcan, not receiving CAN-FD frames
Replies: 3
Views: 43721

Re: In Socketcan, not receiving CAN-FD frames

Hello,

I'm pretty sure that my Peak devices support can-fd, as I've used it in several other functionalities. But in socketcan I'm wondering why it isnt working.

ip link set can0 type can bitrate 125000 dbitrate 8000000 fd on, This is the command I'm using to set the can-fd bitrate.

Both of my ...
by manju
Tue 4. Mar 2025, 12:34
Forum: Linux
Topic: In Socketcan, not receiving CAN-FD frames
Replies: 3
Views: 43721

In Socketcan, not receiving CAN-FD frames

Hello,

I'm sending both CAN and CAN-FD messages from my Peak devices, and I’m using SocketCAN’s candump to receive the messages. To my surprise, I was only receiving the CAN frames, despite sending both types of frames.

I then ran the candump command to log both data and error frames, and I ...
by manju
Fri 21. Feb 2025, 13:54
Forum: Linux
Topic: Peak device utilising socketCAN
Replies: 1
Views: 14511

Peak device utilising socketCAN

Hello,

I'm utilizing peak device with socketCAN function, my device supports both CAN/CAN-FD. Now I wanted to log both data frames and error frames via socketCAN library. But Im not able to transfer error frames using socketCAN. Is there any method available to log both data & error frames using ...
by manju
Thu 30. Jan 2025, 10:06
Forum: PCAN-Basic
Topic: PCAN-USB FD device and trying to initialize CAN-FD communication using the PCAN Basic API
Replies: 5
Views: 8501

Re: PCAN-USB FD device and trying to initialize CAN-FD communication using the PCAN Basic API

Hello,
We have been using that device for several other applications as well and it does support CAN-FD
https://www.peak-system.com/PCAN-USB-FD.365.0.html?&L=1

Thanks
by manju
Thu 30. Jan 2025, 07:51
Forum: PCAN-Basic
Topic: PCAN-USB FD device and trying to initialize CAN-FD communication using the PCAN Basic API
Replies: 5
Views: 8501

PCAN-USB FD device and trying to initialize CAN-FD communication using the PCAN Basic API

Hello,
I am currently working with the PCAN-USB FD device and trying to initialize CAN-FD communication using the PCAN Basic API. However, I am encountering the error "Error with initializing CAN interface: 0x1400".
I have also reviewed the configuration and ensured that both the nominal and data ...
by manju
Tue 5. Nov 2024, 06:47
Forum: PCAN-MiniDisplay
Topic: Clarification on PCAN-MiniDisplay Script Behavior with CAN ID Mismatch (0x600 vs 0x621)
Replies: 1
Views: 59336

Clarification on PCAN-MiniDisplay Script Behavior with CAN ID Mismatch (0x600 vs 0x621)

Hello Team,

I am working with the PCAN-MiniDisplay and would like to display several parameters on the screen, such as the average gradient, sector length, and next sector distance. Below is the script I am using
The Global Settings, Messages, Variables, and Labels sections of the script have been ...
by manju
Mon 28. Oct 2024, 06:27
Forum: PCAN-GPS FD
Topic: Filter the output from PCAN gps fd
Replies: 1
Views: 42545

Filter the output from PCAN gps fd

Hello Team,

Currently im using PCAN GPS FD and right now I'm getting output from both GPS and GNSS. But i want to edit in the standard firmware so that I get only GPS output. Can you please tell me in which part of the firmware the changes should be made so that I get only GPS value as output ...
by manju
Thu 26. Sep 2024, 13:46
Forum: PCAN-GPS FD
Topic: How to change the cycle time of a parameter in gps fd
Replies: 9
Views: 12380

Re: How to change the cycle time of a parameter in gps fd

Hello,

It worked Thank you for your time
by manju
Thu 26. Sep 2024, 12:39
Forum: PCAN-GPS FD
Topic: How to change the cycle time of a parameter in gps fd
Replies: 9
Views: 12380

Re: How to change the cycle time of a parameter in gps fd

Hello,

Inside standard firmware, I wanted to edit one of the CAN message's cycle time. Is it possible to edit the cycle time. If yes, where is that function defined in the examples folder of standard firmware.

Actually the function which im referring is mentioned in the DBC file with a proper ...