Difference between revisions of "UART"

From SEGGER Wiki
Jump to: navigation, search
(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,...")
 
m
Line 1: Line 1:
  +
[[Category:In Progress - MB]]
 
UART stands for universal asynchronous receiver/transmitter.
 
UART stands for universal asynchronous receiver/transmitter.
   

Revision as of 12:30, 9 May 2019

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.