RELISYS Scanner Driver InstaIlation Text 05-16-94 /***************************************************************************/ For installation of drivers for: Picture Publisher OmniPage WordScan TypeReader PhotoStyler TWAIN All you need to do is run the INSTALL.EXE program from the DOS prompt and follow the on-line instructions. /***************************************************************************/ FOR RECOGNITA PLUS: If the TWAIN driver can not work correctly with the Recognita Plus, it may be you got an older version Recognita Plus application software. Please first install the TWAIN driver using the INSTALL.EXE program and then copy the RECTWN.DLL file from the RECOGN directory on the driver diskette to your Recognita dirctory by typing: COPY B:\RECTWN.DLL C:\RECOGN\RECTWN.DLL /***************************************************************************/ FOR SCSI Interface Card (Memory Map Option): The SCSI Interface Card will occupy 16KB of memory space. Set the proper jumpers (J1, J2, J3) for the right Base Address starting from C800h to E400h. Plug the card to any ISA slot, then connect the SCSI cable with the device. BaseAddr \ Jumpers J1 J2 J3 C800h O O X CC00h X O X D000h O X X D400h X X X D800h O O O DC00h X O O E000h O X O E400h X X O X=Jumper Installed Device driver of this extended ASPI is just a little change on the opening ASPI routine: 1. NCR400AM.SYS Edit Config.Sys file to add the line : DEVICE=NCR400AM.SYS /P=DC00H 2. Device name : 'SCSIMGS$' 3. Card address : add the "/P=" /---------------------------------------------------------------------------/ FOR on MicroSoft Windows: In the CONFIG.SYS file, the address of the SCSI Interface card should be excluded on any memory managers that may test as free and use (refer to the note provided with your memory manager for more information). Examples: -EMM386 and with the SCSI Card BaseAddr = DC00: DEVICE=C:\WINDOWS\EMM386.SYS x=DC00-DFFF -QEMM and with the SCSI Card BaseAddr = DC00: DEVICE=C:\QEMM\QEMM386.SYS X=DC00-DFFF -386MAX and with the SCSI Crad BaseAddr = DC00: DEVICE=C:\386MAX\386MAX.SYS RAM=DC00-E000 In the SYSTEM.INI file, add the following line, in the [386Enh] section: EmmExclude= The "EmmExclude" statement must be added to prevent the memory space being used by the SCSI card to also be used by Windows (see Windows SYSINI.TXT readme file for more details). For example, the SCSI host adapter uses 16K of memory starting at address DC00:0 in its default configuration. Then the following line should be added: EmmExclude=dc00-dfff /***************************************************************************/ FOR SCSI Interface Card (I/O Map Option): The SCSI Interface Card will occupy 16 bytes of I/O port space. Set the proper jumpers (J1, J2, J3) for the right Base Address starting from 0280h to 0350h. Plug the card to any ISA slot, then connect the SCSI cable with the device. BaseAddr \ Jumpers J1 J2 J3 0280h - 028Fh X X X 0290h - 029Fh O X X 0300h - 030Fh X O X 0310h - 031Fh O O X 0330h - 033Fh X X O 0340h - 034Fh O X O 0348h - 0357h X O O 0350h - 035Fh O O O X=Jumper Installed Device driver of this extended ASPI is just a little change on the opening ASPI routine: 1. NCR400AI.SYS Edit Config.Sys file to add the line : DEVICE=NCR400AI.SYS /P=330H 2. Device name : 'SCSIMGT$' 3. Card address : add the "/P="