UART

From SEGGER Wiki
Revision as of 20:33, 7 May 2019 by MartinBaldwin (talk | contribs) (Created page with "UART stands for universal asynchronous receiver/transmitter. An Embedded System often has to communicate with the external world, to transfer data, send/receive commands,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

UART stands for universal asynchronous receiver/transmitter.

An Embedded System often has to communicate with the external world, to transfer data, send/receive commands, or for debugging. UART is a common interface for such communication.