What is CAN bus?
What is CAN bus?
Controller Area Network (CAN) is a serial communication protocol that lets microcontrollers and devices talk to each other without a central host computer. Developed by Bosch in the 1980s, it is now the standard in automotive and heavy vehicle electronics.
Why buses use it
In a MAN Lion's City, dozens of ECUs (Electronic Control Units) share data in real time: the engine tells the instrument cluster the RPM, the EBS reports brake air pressure, the tachograph transmits vehicle speed — all over two wires (CAN_H and CAN_L).
The J1939 standard
Heavy vehicles (buses, trucks) use SAE J1939, an application layer built on top of CAN. It defines:
Implementation parameters
Note
0xFF bytes in unused positions are the J1939 default for "parameter not available" (SNA — Specific Not Available).