Serial Data Transfer

As an example of serial data transfer using the shift register approach, a set of four shifts triggered by clock pulses places the contents of the X-register into the Y-register. Since four clock cycles are needed, it is much slower than parallel transfer, but is simpler and cheaper.

Flip-Flops
Index

Electronics concepts

Digital circuits

Data Transfer

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 5-18
 
HyperPhysics*****Electricity and magnetismR Nave
Go Back










Parallel Data Transfer

The illustration below shows the parallel transfer of 8 bits of data from the X Register to the Y Register upon application of an enabling transfer pulse. Clearly, parallel data transfer is faster than serial data transfer, but serial transfer has the advantages of requiring less hardware. These registers are made up of D flip-flops, which can serve as memory locations. The information in the X Register is intact after the transfer to the Y Register, so this process shows a possible scenario for accessing digital information stored in memory.

Index

Electronics concepts

Digital circuits

Data Transfer

Reference
Tocci
Digital Systems, Sec 5-17
 
HyperPhysics*****Electricity and magnetismR Nave
Go Back





Shift Register

Binary data can be shifted from one flip-flop to the next on each clock pulse. The shift from left to right here is the kind of data transfer that occurs in a serial transfer.

Flip-Flops
Index

Electronics concepts

Digital circuits

Data Transfer

J-K Flip-Flop Applications

Reference
Tocci
Digital Systems, Sec 5-18
 
HyperPhysics*****Electricity and magnetismR Nave
Go Back