??? 04/10/06 12:16 Read: times |
#113961 - a LPC Responding to: ???'s previous message |
Which external UART would YOU recommend with his 80C51?
I'd use a LPC, that way you can offload the low level processing. Besides a LPC is cheaper than an external UART. Now, for the actual problem of a non-51 type transmission, if you bitbang an external LPC there is no processing overhead for the "main" chip. The LPC has hardware IIC and SPI so the transmission to the main can be done at anothet level than the bitbang. Erik |