[help] Synchronous Serial Port

Status
Not open for further replies.
If you want to transmit successful information between a sender and a receiver, there must be an agreed format with data format, timing and protocol. In asynchronous communication the clock rate is set on both sides and then fixed(like on RS232, then it is called baud rate). I synchronous communication the clock is transmitted together with the data, either coded with the data(synchronous port) or as two lines(data + clock line). This is the same as on SPI. The master device supplies the clock.

Enjoy your design work!
 

Your meaning is :
async communication is self-clocking ??? Only one line for transmit & receive.
But sync communication has two lines,one for data,another for clk.
Am I right?
 

The asynchronous transmission has an agreed distrance between two bit. With a startbit(always a high to low signal) the receiver can then sychronize himself since the transmission speed is defined. A typical example is the RS232 interface. Here are more details how it works: https://www.lammertbies.nl/comm/info/RS-232_specs.html .

Enjoy your design work!
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…