Skip to main content
Every sub-step is one bit. The bus idles recessive, and the SOF is the first dominant bit.

Setting

A CAN bus idles recessive. On a transceiver pin that is the high level, so the dominant is low.

Frame fields

What is checked

The reader computes the CRC and compares it with the drawn one, and checks the bit stuffing, the delimiters and the framing.

The summary

Each frame is summed up in one line with the identifier and the essentials:
  • ID 0x1A3 · DLC 8 · CRC ✓
  • ID 0x18FF50E5 ext for extended ones
  • RTR requests 4 B for a remote request
  • CRC ✗, no ACK, Incomplete frame or Error flag when something fails

How to start

With nothing drawn, the status box explains:
No frame on this channel yet. Each sub-step is one bit: the bus idles recessive and the SOF is the first dominant bit.