Top "Can-bus" questions

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

CAPL Programming usage of Timer as a delay

I have been writing a CAPL script that would send message on each channel (2 no's) after a certain delay. The …

can-bus capl
How to program a simple CANopen layer

We have a robot project where the motor controllers use CANopen for communication. I need to communicate with these motor …

can-bus canopen
What happens if a bus-off error occurs in a CAN controller while a car is in motion?

I know that in a CAN controller if the error count reaches some threshold (say 255), bus off will occur which …

can-bus
How to create virtual CAN port on linux? (C++)

I want to create program that would emulate CAN port for testing purposes for another big application. Program should send …

c++ linux port virtual can-bus
How to configure the STM32103 for CAN and remapping the pins to PB8 and PB9

I am trying to, at this stage, simply send a transmission using CAN on the STM32F103 V8T6. The …

stm32 can-bus
Virtual CAN Bus Simulator

I apologize ahead of time if this seems to similar to another question or if it seems like it has …

can-bus socketcan
STM32F103 microcontroller CAN messages

I am wondering if anyone is familiar with any STM32f10x micro-controllers? If so, I am having some problems …

c++ c microcontroller can-bus stm32
Heavily confused by candump (SocketCAN) ID filtering feature

In a nutshell, I want candump to show me ONLY frames with IDs 0x00200200 or 0x255. So I do this: …

linux can-bus socketcan canutils
CAN bus and Android communication advice

I would like to get advice about CAN bus communication with an Android tablet. I am working into an electrical …

android can-bus
How to send the Diagnostic IDs (DIDs) through CAPL script?

Currently, I am automating the test cases for testing the Gauges in the Instrument Cluster. I have come across changing …

diagnostics can-bus capl canoe