The master sends the Sync Break Field onto the bus to clearly signal the beginning of a transmission to the slaves. This field is subdivided into the Sync Break and Sync Break Delimiter (see figure: Frame Header).
The Sync Break consists of at least thirteen dominant bits. Since cost-effective oscillators are used, the frequency may fluctuate by ±14 %. By transmitting at least 13 dominant bits, it is assured that a slow slave can also detect the start of a data transmission.
The Sync Break cannot be transmitted in any regular SCI Frame and it forms a unique bit sequence without start or stop bits. Since it is not all that easy to generate with the SCI, the master sends a SCI frame with the value 0x00 at a low transmission speed. This is often implemented by halving the typical transmission rate.
To ensure that all slaves send and receive at the same clock time, the master transmits the Sync Field after the Sync Break Field. The Sync Field contains the value 0x55. To derive the clock, the slaves measure the time between the first and last falling edge of the Sync Field and divide it by eight. The result corresponds to one bit time.