CAN Bus Interface

CAN bus is a communication interface that lets multiple electronic units exchange messages over a two-wire, differentially signalled line. Messages carry an identifier instead of an address; of two nodes talking at the same time, the one with the lower identifier wins the line and completes its message undisturbed.

The reason it is widespread in vehicle and construction machinery electronics is that it offers a structure that is robust in a noisy environment and saves cabling.

A board being CAN-capable does not mean it is automatically compatible with the vehicle it will be connected to: the message content and identifier layout are specific to the vehicle manufacturer. For this reason, a request to connect to a vehicle over CAN is a topic that must be evaluated separately at the start of the project.

Knowledge Center