ECE 265 Shift Registers
0 Stars     73 Views    

Author: Vladimir Goncharoff

Project access type: Public

Description:

The registers presented here demonstrate the following registers that may be used for microcomputer interfacing:

PIPO:    parallel-in, parallel-out   (used to expand either input or output ports, are faster, and require more interfacing pins)
PISO:    parallel-in, serial-out      (used to expand input ports, are slower, and require fewer interfacing pins)
SISO:    serial-in, serial-out         (used for time-delay purposes)
SIPO:    serial-in, parallel-out      (used to expand output ports, are slower, and require fewer interfacing pins)
SIPO1:  serial-in, parallel-out      (same as SIPO, except with added output hold register)
SPIO:    serial or parallel in/out   (combined features of all of the above)

Created: Oct 27, 2022

Updated: Oct 27, 2023


Comments

You must login before you can post a comment.