Project.txt November 03, 1999 This file documents the C51 projects available for the Xplor-52 series controllers. All of the C51 projects are built using a Project file (filename.PRJ) that keeps track of the source files, memory map, compiler settings, etc. If you want more information on the project file settings, refer to the file PV32.TXT Directory of C:\FSI\PROJECTS Project File Description Required source file(s) ------------------------------- HELLO52.PRJ Very simple "Hello, World" program to print a sign-on HELLO52.C message to the serial port. HELLOLCD.PRJ Another "Hello, World" program that writes the sign-on HELLOLCD.C message to the LCD. This is for any Xplor-52 controller XP52_LCD.C that uses the standard LCD interface. XP52LCD.A51 XPLOR52.H HELLO-D.PRJ The same "Hello, World" LCD program for the Xplor-52d HELLOLCD.C controller. XP52_LCD.C XP52DLCD.A51 XPLOR52.H HELLO-U.PRJ The same "Hello, World" LCD program for the Xplor-52u or HELLOLCD.C Xplor-52ua controller. XP52_LCD.C XP52ULCD.A51 XPLOR52.H XPADC.PRJ Read ADC channel and display the results on the LCD. The ADC_LCD.C ADC channel is selected by sending a single character (0-9) XP52_LCD.C to the Xplor-32a serial port. XP52LCD.A51 XPLOR52.H XPWRITE.PRJ Write to EEPROM (28C64). This program MUST be stored in XPWRITEX.C the CPU ROM to execute. The EEPROM can not be used to run WRITEX.A51 a program that writes to itself. XPLOR52.H -------------------------------------------------------------------------------