# nrf_uart_samples **Repository Path**: lim11/nrf_uart_samples ## Basic Information - **Project Name**: nrf_uart_samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-17 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .. _uart_test: Uart_test ########### Overview ******** 代码基于博客:https://www.cnblogs.com/jayant97/articles/17828907.html 的异步串口部分在NCS2.7.0上测试 boards: nrf52dk_nrf52832 或 nrf52840dk_nrf52840 Building and Running ******************** This application can be built and executed on QEMU as follows: .. zephyr-app-commands:: :zephyr-app: samples/hello_world :host-os: unix :board: qemu_x86 :goals: run :compact: To build for another board, change "qemu_x86" above to that board's name. Sample Output ============= .. code-block:: console Hello World! x86 Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.