??? 03/10/08 09:48 Read: times |
#152063 - responses Responding to: ???'s previous message |
The EEprom uses SPI.
The LCD display uses the EIA232 standard with +/- voltages so I will need an extra RS232 chip to communicate with it. It does not have a SPI or I2C interface just RS232 and TTL at 19200 baud. The TTL is straight 0 to 5V. I hate bit banging to a specific frequency or baud rate, would much rather use the published charts on setting up the baud rate by setting some registers and using the SBUF as the output. Are there some guldelines to determining the exact output given the clock frequency of the CPU (12 MHz) and the device ATMEL AT89c4051 and not using the SBUF for output? I don't have time on this project to learn a new chip, buy the programmer or development platform, learn how to use said platform and complete the project on time. |