in reply to 74HC165 serial register reading with perl

How is this IC connected to the system? If you're working on a Raspberry Pi, you might want to look at stevieb's RPi:: series of modules, which includes RPi::SPI, RPi::Serial, and RPi::WiringPi.

Update: Fixed missing links.

  • Comment on Re: 74HC165 serial register reading with perl

Replies are listed 'Best First'.
Re^2: 74HC165 serial register reading with perl
by stevieb (Canon) on Jun 18, 2018 at 19:20 UTC

    Thanks haukex, unfortunately after I posted I realized that the IC in question here is parallel input, where I have only got code for the parallel output register.

    I'll put this chip on my list now though.