??? 04/18/05 09:52 Read: times |
#91809 - Synchronous data transfer Responding to: ???'s previous message |
I thought that the serial in, power, ground and latch were all I needed...How should the clock work in this case? You need clock as well. This type of data transfer is known as synchronous. In synchronous systems, separate channels are used to transmit data and timing information. The timing channel transmits clock pulses to the receiver. Upon receipt of a clock pulse, the receiver reads the data channel and latches the bit value found on the channel at that moment. The data channel is not read again until the next clock pulse arrives. Because the transmitter originates both the data and the timing pulses, the receiver will read the data channel only when told to do so by the transmitter (via the clock pulse), and synchronization is guaranteed. |