nRF5 SDK v17.1.0
Libuarte Example

The Libuarte Example demonstrates basic Libuarte - advanced UARTE driver usage. Example shows that libuarte is able to loselessly receive data without flow control.

You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\peripheral\libuarte

Testing

Test the Libuarte Example application by performing the following steps:

  1. Compile and program the application.
  2. Start a terminal emulator like PuTTY and connect to the used COM port with the following UART settings:
    • Baud rate: 115.200
    • 8 data bits
    • 1 stop bit
    • No parity
    • HW flow control: None
  3. Type or paste data into the terminal. Observe data being printed back.

Documentation feedback | Developer Zone | Subscribe | Updated