For instance, this tutorial has these two seemingly contradictory quotes:
Because serial ports are asynchronous (no clock data is transmitted), devices using them must agree ahead of time on a data rate.
and:
Each I2C bus consists of two signals: SCL and SDA. SCL is the clock signal, and SDA is the data signal.
Can someone help me to understand how these are compatible statements? How can it have a clock signal without transmitting clock data?