Hello stdio serial

Introduction

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

Building the example

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

Running the example

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

Features

This example demonstrates the following SDK features.