Readme.txt (DC, 01.25.01) -=--------------=- TINI Firmware 1.02 -=--------------=- ------------------------------------- | LCDTest Example | ------------------------------------- I. Description =------------= Demonstrates how to use the LCD port. II. Files =------= buildlcdtest.bat - Script to build the application. src\lcdtest.java - Source for the application. III. Instructions =--------------= 1. Load lcdtest.tini from the examples\lcdtest\bin directory using FTP. First open FTP and execute the following commands (for the sake of this discussion assume you chose 180.0.42.43 for your IP address): open 180.0.42.43 root tini bin put lcdtest.tini close quit In Windows 9x you can place these commands in a script file (e.g. doftp.cmd) and execute with 'ftp -s:doftp.cmd'. 2. Open a Telnet session to your TINI board. Welcome to slush. (Version 1.0 Beta 2.2) TINI login: root TINI password: TINI /> 3. Execute the application ON TINI using the following command 'java lcdtest.tini' or 'java lcdtest.tini ' where is the starting address on the lcd display. IV. Revision History =-------------------= 1.0 - First release.