Top "Can-bus" questions

Controller Area Network (CAN) bus is a networking technology typically used in cars and other vehicles.

SocketCAN continuous reading and writing

I'm writing a program that continuously sends "Hello" to a CAN-bus and reads data from the bus via SocketCAN. I …

c embedded nonblocking can-bus socketcan
write: no buffer space available socket-can/linux-can

I'm running a program with two CAN channels (using TowerTech CAN Cape TT3201). The two channels are can0 (500k) and …

beagleboneblack can-bus socketcan
Sending message with CAPL and dbc signal values

I am using CAPL to simulate a test envirmonet for some small tests and i am having problems sending messages …

can-bus capl canoe
STM32F4Discovery: Receiving CAN message

I am lost on how to receive CAN message on STM32F4Discovery. I have it in Silent_Loopback mode, …

arm can-bus stm32f4discovery
STM32F429 is not receiving the CAN Message

I am using STM32F429 Microcontroller and need to implement CAN Bus Communication between CAN2 and PCAN View.I am …

stm32 can-bus stm32f4discovery
Canplayer won't replay candump files

I'm trying to use canplayer to replay some candump files, with no success. When I try to run the canplayer …

can-bus socketcan canutils
STM32F4Discovery: CAN filter configuration

I am using the STM32F4Discovery kit to build a simple CAN interface. I managed to configure it so …

c arm stm32 can-bus
What is PDO mapping?

After reading several CiA specifications, I am still having difficulty understanding PDO mapping, Process Image, and Process Data Exchange in …

network-protocols bus can-bus canopen
CAN Bus Protocol Implementation

I want to learn and implement CAN BUS protocol. I have implemented UART,SPI,I2C and One Wire Bus …

serial-communication can-bus lpc
How do I convert .blf data from CAN to .csv using python

I have CAN-Data in the blf-format from the Vector software. For further investigation I want to convert it into csv …

python type-conversion can-bus