OVMS3-idf/examples/peripherals/uart_events
Angus Gratton 800bffb8b0 cmake: Add CMakeLists.txt files for all examples
Generating using convert_to_cmake.py, with some minor cleanup
2018-04-30 09:59:20 +10:00
..
main bugfix(uart): patten detect function 2018-01-22 13:33:51 +08:00
CMakeLists.txt cmake: Add CMakeLists.txt files for all examples 2018-04-30 09:59:20 +10:00
Makefile examples: Standardise naming of files, symbols, etc. in examples 2017-03-27 17:42:05 +11:00
README.md Updated UART API documentation and examples. Included a fix of #1091 from GitHub 2017-10-10 05:54:36 +02: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?

  1. Compile and load example from terminl running make flash monitor
  2. Being in 'monotor' type samething to see the UART_DATA events and the typed data displayed.

See the README.md file in the upper level 'examples' directory for more information about examples.