Electronic – Parallel input to serial output

parallelserialshift-register

I have been learning a bit about electronics. In particular I have been playing with the shift register 74HC595. Here I understand how bits are moved into the register serially, that is one bit at the time. The output can then be read on the output pins (parallel).

My question is: Are there parallel to serial types of shift registers? I guess it wouldn't be called a shift register, but it would be something that takes, say, 8 bit in (in parallel) and then outputs the 8 bits in series.

Best Answer

Yes. A popular parallel-in, shift-out chip is the CD4021.

DataSheet: http://www.ti.com/lit/ds/symlink/cd4021b.pdf

Tutorial: https://www.arduino.cc/en/Tutorial/ShiftIn