Merge pull request #1 from Liodeus/Liodeus---UART-update

Update uart.md
pull/13/head
Liodeus 2022-10-09 16:39:30 +02:00 committed by GitHub
commit 1a99c3de14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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)