mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	UART Events Example
This example shows how to use the UART driver to handle special UART events. It also reads data from UART0 directly, and echoes it to console.
How to use it?
- Compile and load example from terminl running 
make flash monitor - Being in 'monotor' type samething to see the 
UART_DATAevents and the typed data displayed. 
See the README.md file in the upper level 'examples' directory for more information about examples.