??? 12/21/06 15:31 Read: times |
#129907 - use Atmels Responding to: ???'s previous message |
Most Atmel 8051 contain the PCA, which make it easy to generate 5 half UARTs (RXD or TXD).
For receive simple enable the capture function and then the compare function to scan the 8 data bits. For transmit simple use the set/clear pin on compare function. Also use the highest priority (level 3) for the PCA, so no other interrupts are able to destroy the bit timing. Peter |