can-utils icon indicating copy to clipboard operation
can-utils copied to clipboard

Linux-CAN / SocketCAN user space applications

Results 76 can-utils issues
Sort by recently updated
recently updated
newest added

Goodevening sir, I am looking to connect my local Windows pc to the canbus of a remote Lenze frequency drive. This remote frequence drive is controlled over can0 of an...

Dear all, When I tried to run `./canfdtest -f 2 -g can0` to test the loopback funtion, I met the below problem ,could you please help to tell me how...

Dear Develop team, I am a newbie in C++ and I want to send data to can. I use ```iostpsend``` and see data is padding like I posted here https://stackoverflow.com/questions/77635005/padding-stdvectoruint8-t-in-embedded-c...

Dear all, I added this to stackoverflow, a while ago as I thought it might be an issue on my side : https://stackoverflow.com/questions/76763697/why-does-candump-of-can-utils-flag-sent-frames-as-rx-instead-of-tx **raspberry pi** sends messages: On that device...

Hello. I have a strange issue with cangw and 2 virtual CANs. cat /etc/network/interfaces.d/vcan0 ``` auto vcan0 iface vcan0 inet manual pre-up /sbin/ip link add dev $IFACE type vcan pre-up...

OS: Linux Ubuntu 22.04 Hardware: Peak CAN USB canplayer version 2020.11.0-1 command: `canplayer -I candump-2023-11-29_102133.log -g 100`; Monitored output with a vector VN16xx CANoe, gap of 100ms is not followed....

Hello (I assume hartkopp)! I saw your comment to s177oke77 referenced [here](https://github.com/linux-can/can-utils/issues/453#issuecomment-1698701174) in regrades to how creating two filter jobs with inverted filters will always let something pass. However, creating...

With f45de1b782c083, we've removed unsafe function exit(3) from the signal handler. But that made canlogserver's accept(3)ing process not exit; It unconditionally keeps running with EINTR. Check the variable "running" when...

Hi Oliver, as discussed, the implementation of reading PDU data from binary file instead of STDIN. -- Carsten

Hello! How can I determine situation, when device has been detached from CAN bus (in userspace) physically?