Shop OBEX P1 Docs P2 Docs Learn Events
I am trying to distribute 4 parallel data lines to 1 of 2 different destination — Parallax Forums

I am trying to distribute 4 parallel data lines to 1 of 2 different destination

dcart21dcart21 Posts: 4
edited 2008-04-28 16:56 in BASIC Stamp
Hello out there. I am trying to distribute 4 parallel data lines to 1 of 2 different destinations. So I am looking for a logic chip with 8 outputs (2 sets of four) and 4 inputs. (Plus a selector line of course).

So I am looking for an IC equivalent, or a minimal combination of gates to accomplish this. Still new to all this. smile.gif

Thanks!

Darren

[noparse][[/noparse]Moderator added subject]

Post Edited By Moderator (Chris Savage (Parallax)) : 4/28/2008 10:45:56 PM GMT

Comments

  • Andy FoxAndy Fox Posts: 46
    edited 2008-04-27 18:42
    I think you could easily do this with a couple of TTL octal latches or bus transceivers (74LS240, 244 or 245). You'd only use 4 of the 8 lines on each, and you can toggle which set is "enabled" using a couple I/O lines from the BS2.
  • VelocitVelocit Posts: 119
    edited 2008-04-27 18:51
    Sounds like you just need a 4-bit demultiplexer (deMUX). This chip should work well:

    focus.ti.com/lit/ds/symlink/sn74cbt3257c.pdf

    ...and it's available at Mouser for $0.53.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    -Paul
  • dcart21dcart21 Posts: 4
    edited 2008-04-28 04:20
    That chip looks like the ticket, but unfortunately I was looking for something in a DIP package (just using plug boards).

    Thanks for all the info so far!
  • VelocitVelocit Posts: 119
    edited 2008-04-28 04:56
    Take a look here then:

    www.onsemi.com/pub_link/Collateral/MC14551B-D.PDF

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    -Paul
  • dcart21dcart21 Posts: 4
    edited 2008-04-28 12:56
    I just realized a CD4508B I had purchased previously would probably work. What do you all think?

    focus.ti.com/lit/ds/symlink/cd4508b.pdf

    Thanks for all your ideas!
    Darren
  • Andy FoxAndy Fox Posts: 46
    edited 2008-04-28 13:18
    If your data is only going one way (out) you could use the CD4508B and just tie the latch inputs together and select which set is output. Otherwise that MC14551B looks pretty good for what you need.
  • dcart21dcart21 Posts: 4
    edited 2008-04-28 16:56
    Yep, the 4bit data is going one way only, so the cd4508b should do the trick. Thank for all your help.

    Darren
Sign In or Register to comment.