3 DESCRIPTION
= "A simple debugging tool that displays serial input on the LCD module's screen. It will display the raw integer values. \
4 Default baud rate is 9600, but can be reset. \
5 This application is useful for verifying circuits/sensors/devices are correctly sending RS232 level serial data to the BUG, and as a starting point for a full featured application based around serial input. "
6 HOMEPAGE
= "http://buglabs.net/applications/SerialInputDisplay"
8 DEPENDS
+= "com.buglabs.osgi com.buglabs.bug.module.vonhippel com.buglabs.common service-tracker com.buglabs.bug.module.lcd "
12 SRC_LINK
= "http://buglabs.net/program_version/download/906"