??? 06/22/06 20:00 Read: times |
#118884 - SPI??? Is that in the "bible" Responding to: ???'s previous message |
A UART is incapable of SYNCHRONOUS communication. There are USRT's of various types, and there are USART's, e.g. i8251 (of which the 805x serial port is not one). Now, some UARTs can be persuaded to transmit in isochronous mode. That's where you transmit start-bit, data bits, parity (if used), stop bit(s) continuously, as a UART with a FIFO can readily do. It still loses the overhead bits. That could be as many as 12 bits to transport 8 data bits. That means that you COULD cut back on bandwidth in order to achieve higher efficiency. So long as it doesn't cost extra, I doubt it matters.
RE |