Bidirectional and universal Shift registers

pikachu1994

pikachu1994

@pikachu1994-UcQIIJ Oct 22, 2024
Whether bidirectional and universal shift registers are same?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Jeffrey Arulraj

    Jeffrey Arulraj

    @jeffrey-xA7lUP Nov 3, 2012

    Nope Universal shift registers are used to implement other registers

    Bidirectional ones help in transfer of data in both the direction based on the control signal
  • pikachu1994

    pikachu1994

    @pikachu1994-UcQIIJ Nov 3, 2012

    jeffrey samuel
    Nope Universal shift registers are used to implement other registers

    Bidirectional ones help in transfer of data in both the direction based on the control signal
    Thanks
  • [Prototype]

    [Prototype]

    @prototype-G9Gn5k Nov 3, 2012

    A universal shift registers can take parallel and serial serial data & can output them parallel or serially, both right and left.

    While in bi-directional shift register, you can have only one of the functionality(serial/parallel) at a time.
  • pikachu1994

    pikachu1994

    @pikachu1994-UcQIIJ Nov 3, 2012

    [Prototype]
    A universal shift registers can take parallel and serial serial data & can output them parallel or serially, both right and left.

    While in bi-directional shift register, you can have only one of the functionality(serial/parallel) at a time.
    Thank you