DC2-PC100 Utility Disk for DOS Rev. 1.8a Precision Micro Control Corp. Files included: ************** UTILITIES ************** DC2USER.EXE - DC2 menu driven user interface for DOS (rev. 1.1a) Requires ANSI.SYS driver installed in PC DC2CNTRL.EXE - DC2 command line user interface (rev. 1.2a) INIT.DC2 - Text file containing DC2 commands to be loaded by DC2CNTRL DC2INI.BAT - Batch file used to execute DC2CNTRL with INIT.DC2 ************** PROGRAMS WRITTEN FOR BASIC ************** BASIC Interface Library Program files: DC2BIFC.ASM - DC2 BASIC interface library source code (rev. 1.0a) DC2BIFC.LST DC2BIFC.OBJ DC2BIFC.LIB DC2BIFC.QLB DOS BASIC Demonstration Program files: BASDEMO.BAS - BASIC interface library demo program (rev. 1.1a) BASDEMO.OBJ BASDEMO.EXE BUILDLIB.BAT - Batch file to build BASIC library RUNBDEMO.BAT - Batch file to run BASIC demo under Quick Basic environment ************** PROGRAMS WRITTEN FOR PASCAL ************** PASCAL Interface Library Program files: DC2PIFC.PAS - Pascal interface library source code (rev. 1.0a) DC2PIFC.TPU - Pascal interface library compiled unit DOS PASCAL Demonstration Program files: PASDEMO.PAS - Pascal interface library demo program (rev. 1.0a) PASDEMO.EXE ************** PROGRAMS WRITTEN FOR 'C' ************** Simple Utility Program written in 'C': DC2LCP.C - DC2 command line user interface (rev. 1.0b) DC2LCP.OBJ Limited version of DC2CNTRL, no file download DC2LCP.EXE 'C' Interface Library Program files: DC2CIFC.C - 'C' interface library source code (rev. 1.4a) DC2CIFC.H - 'C' interface library include file (rev. 1.3a) DC2CIFC.OBJ 'C' Demonstration Program files: CDEMO.C - DOS 'C' interface library demo program (rev. 1.3b) CDEMO.OBJ CDEMO.EXE ************** OTHER FILES ************** READ.ME - This file. ------------------------------------------------------------------------------ Revision History: Changes for Revision 1.6a: 1. Added windows support with the CWDEMO Program and its' support files. 2. Updated function declarations in the 'C' Interface Library DC2CIFC.C and made it compatiable with Microsoft 'C' and Turbo 'C.' Changes for Revision 1.7a: 1. Removed windows support libraries and demo program. These have been revised and moved to a separate disk. Changes for Revision 1.8a: 1. Changed DC2CNTRL program to revision 1.2a. This revision fixes a problem with the board select command line option /Bn, where n is a hexidecimal digit. In previous code, selecting boards A through F didn't work. In new code, n is a decimal number from 0 to 15 inclusive. A hexidecimal digit can also be used by preceding it with "0x". For example to select a DC2 configured with a base address of 330h, use /B12 or /B0xC on the command line when starting DC2CNTRL.