logo elektroda
logo elektroda
X
logo elektroda

SDA vs SCL: Understanding Data and Clock Line Functions in I2C Communication

keyboard9 7493 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 9147397
    keyboard9
    Level 12  
    I would like to know about these SCL and SDA control lines.
    Which line is responsible for receiving data and which for sending data?
  • ADVERTISEMENT
  • #2 9149872
    Logi
    Level 19  
    Hello

    The i2c bus consists of a data line (denoted as SDA, serial data) and a transmission clock line (denoted as SCL, serial clock)
    Read more about the i2c protocol.
  • ADVERTISEMENT
  • #3 9149874
    amigo76
    Level 15  
    SCL is the clock line - there is the clock signal on it, and SDA is the data line - data bits are sent serially over it. Enter "I2C bus" in the search engine and read what interests you. Generally, it is a serial bus, so on one bus, i.e. SDA, data is sent to and from all devices connected to this bus.
  • #4 9150705
    Mirek Z.
    VIP Meritorious for electroda.pl
    To view the material on this forum you must be logged in. - p.11, p.14, p.16.
ADVERTISEMENT