Search results

  1. K

    Controlling shift register via USB

    Thanks for the suggestions guys. Yes, using Arduino would be an option - I've used cheap Arduino clones from eBay in the past with good results (for different projects), but I think I'll give an FT* chip a go first (I like making life hard for myself). FT232RL does bit banging, but it seems...
  2. K

    Controlling shift register via USB

    Hi, I have a shift register circuit which I'd like to control from my PC. The circuit takes three inputs: data (serial binary sequence), clock, and latch. My first thought was to use three pins of the parallel port - it looks fairy easy to get started with sending data over these. But with...
Top