??? 01/09/07 15:23 Read: times |
#130510 - AT89C4051 hardware Responding to: ???'s previous message |
Ralph,
The diagram you show has the LCD connected as a memory mapped device. The AT98C4051 does not support external memory access, so you can't hook up the display as shown in the schematic. You can still connect it to your 4051, but the 25 page program won't work without modification. Have you looked at the LCD tutorial here? http://www.8052.com/tutlcd.phtml and maybe the memory addressing tutorial. http://www.8052.com/tutaddr.phtml Jon |