diff --git a/docs/debug-interfaces/uart.md b/docs/debug-interfaces/uart.md index 3526919..338c491 100644 --- a/docs/debug-interfaces/uart.md +++ b/docs/debug-interfaces/uart.md @@ -14,7 +14,6 @@ * [Examples](#examples) ## What is it ? - UART stands for Universal asynchronous receiver transmitter. Used for serial communications over a computer or peripheral device serial port. UART peripherals are commonly integrated in many embedded devices. UART communication makes use of baud rate to maintain synchronism between two devices. The baud rate is the rate at which information is transferred in a communication channel. @@ -26,7 +25,6 @@ Generally, the line is held high (at a logical 1 value) while UART is in idle st We call the most common configuration **8N1**: eight data bits, no parity, and 1 stop bit. ## Identifying UART ports - A UART pinout has **four** ports: * **TX** (Transmit) * **RX** (Receive)