Hello stdio serial

Introduction

This example displays a message to the standard output over a UART.

Building the example

Change directory to the hello_stdio_serial example
    cd %LF_HOME%\examples\hello_stdio_serial
Rebuild the application
    lfmake clean all

Running the example

To run the example in the simulator
    lf2debug sw hello_stdio_serial.lfa
To run the example on the board
    lfdownload hello_stdio_serial.bin

Features

This example demonstrates the following SDK features.