1.

Does the UART Architecture require an external clock?(a) Yes(b) NoThis question was posed to me in examination.Origin of the question is Serial and Stream Communications in section Arduino Programming of Arduino

Answer»

Correct ANSWER is (b) No

To elaborate: UART stands for Universal Asynchronous Receiver/Transmitter. This means all communication here is not governed by the presence of a clock UNLIKE the I2C and the SPI protocol which REQUIRE an EXTRA pin for performing serial communications.



Discussion

No Comment Found

Related InterviewSolutions