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...