??? 02/09/07 18:20 Read: times |
#132395 - bit banging examples Responding to: ???'s previous message |
Why don't you take a look at some of the 8051 interface code Atmel has on their website for using their serial eeproms? The interface is similar, not the same, but you should be able to see how port pins are bit-banged (something you could search for here too) to wiggle the clock and data lines. Their examples are written in assembler.
Dennis |