uart

Example of the component plasmapper/pl_uart v1.1.0
# UART Port Example

1. UART0 is initialized.
2. UART0 parameters are set to 115200 bps, 8 data bits, no parity, 1 stop bit and no flow control.
3. UART0 is enabled.
4. "Test" is written to UART0. 

To create a project from this example, run:

idf.py create-project-from-example "plasmapper/pl_uart^1.1.0:uart"

or download archive (83 bytes)