File: XPLOR.TXT Date: 3/22/96 The following is a list of the files available for downloading. Some programs are simply text files from the Xplor-32 User's Manual, and others are sample programs written for one or more Xplor-32 models. File Name Size Date Description ------------ ----- -------- ADC_THRM.BAS 2666 03/21/96 This program can be used to read temperature using standard inexpensive thermistors. The system parameters are defined using program variables so they can be easily changed. The program can be used with any of the Xplor-32 controllers with analog inputs. ANALOG.BAS 781 04/22/94 Sample program to read the Analog to Digital Converter on the Xplor-32a, Xplor-32ca, or Xplor-32ua. DEGREES.BAS 227 04/11/94 Program to read temperature (in degrees Celcius) using the optional temperature sensor on the Xplor-32a, Xplor-32ca, or Xplor-32ua. HUMID.BAS 900 08/02/94 Program to calibrate and read the optional Humidity sensor on the Xplor-32a or Xplor-32ca. IDLE.A51 2424 07/12/95 This file contains a sample program for using the CPU's IDLE mode. This is a power saving mode of operation similar to the SLEEP mode, but the CPU's internal timers and counters continue to function in the Idle mode. This makes it ideal for using the RTC as a one second (or one minute...) timer while conserving power. The sample programs include an assembly language program with a BASIC CALL example, and a BASIC only version. The BASIC example is slower, so the power savings are not as significant. RD_A2D8K.A51 3366 08/02/94 Program for accessing the Analog to Digital Converter on the Xplor-32a, Xplor-32ca, or Xplor-32ua when using an Internal ROM CPU. Note: This is only required when the EA jumper is in the 1-2 (Internal) position. RD_A2D8K.BAS 160 08/02/94 Sample BASIC program interface for using the Rd_A2D8K.A51 Analog to Digital Converter program. RD_A2D8K.HEX 273 08/02/94 The Hex file for the above assembly language program. RELOAD.A51 12004 10/11/94 This file can be used to update the TB52 version in your Xplor Series PDC by uploading the hex file over the serial port. RELOAD.HEX 1167 10/11/94 The Hex file for the above assembly language program. RTC.BAS 297 08/02/94 Sample program to access the Real Time Clock registers. SBUF.BAS 570 08/02/94 Sample BASIC program interface for using the interrupt driven serial communication utility included in the library file. TB52.ZIP 27180 03/22/96 This ZIP file is the current version of TB52, version 1.1d. If you have an EPROM device programmer that supports the Xicor X88C64, you can update your Xplor PDC by loading TB52V11D.HEX to the X88C64. Don't forget to write-enable the bottom 4K before programming the X88C64 and block-protect it after the update has been programmed. You may also want to update the library files (also included in the ZIP file.) The RELOAD.A51 program can also be used to load the TB52 interpreter hex file to your Xplor PDC. TB52.NEW 6780 03/22/96 The attached file describes the updates and enhancements made to the TB52 interpreter source code. TERM.BAS 693 03/21/96 Sample BASIC program interface for using either of the Assembly Language LCD and Keypad programs. VOLTAGE.BAS 310 04/22/94 Program to convert an ADC reading to a 0-5 volt result. WDTE.BAS 2476 11/02/95 This sample BASIC program shows how to use the Watchdog Timer feature of the Programmable Counter Array (PCA). NOTE: The PCA is only available on the Xplor Series PDCs with the FX CPU upgrade installed. The example shows how to set up the timer to reset the controller if the watchdog update routine is not called within 4 seconds.