Hello everyone,
I have a question about UART communication. As far as I know, UART is supposed to be a full-duplex communication , which means it should be able to transfer and receive data simultaneously. However, when I examined some code, I noticed that we have separate functions for sending and receiving bytes. This seems to contradict the idea of full duplex communication.
Could someone clarify if UART is indeed full duplex, and if so, how do these separate functions fit into that concept?
I have a question about UART communication. As far as I know, UART is supposed to be a full-duplex communication , which means it should be able to transfer and receive data simultaneously. However, when I examined some code, I noticed that we have separate functions for sending and receiving bytes. This seems to contradict the idea of full duplex communication.
Could someone clarify if UART is indeed full duplex, and if so, how do these separate functions fit into that concept?