Java communications example

Introduction

This is a Java application that shows how to use the Java comm API with the Lightfoot SDK. This uses UART 0 to read and write text from. This can be changed in the application by changing the serial port instance.

Building the example

Change directory to the java comm example
    cd %LF_HOME%\examples\java_comm

Rebuild the application
    lfmake clean all

Running the example

To run the example in the simulator
    lf2debug sw comm.lfa

To run the example on the board
    lfdownload comm.bin

Features

This example demonstrates the following SDK features.