??? 04/19/05 09:11 Read: times |
#91908 - No Responding to: ???'s previous message |
Joshua Vavra said:
Should I simply tie together the Clock and Latch Enable inputs and run them to one port pin of the 8051? Theoretically, won't this allow me to output a "1" through software, hitting the clock, transferring the data serially, and then latching that data so that it is displayed until I change it?
Read the data sheet. The simplest arrangement is to tie OE low, and connect LE as a chipselect line. Clear LE, and drive Data in with a serial bit stream generated by your code. AT EVERY BIT, toggle a "clock" line to the chip. Set LE. Steve |