home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / misc / portfix1 / portfix1.doc < prev   
Text File  |  1992-07-24  |  4KB  |  104 lines

  1.                               CREATIVE PORTFIX 82C710
  2.                                     version 1.00
  3.  
  4.                                  Creative Labs, Inc.
  5.                                     15 June 1992
  6.  
  7.     Description:
  8.     ------------
  9.        PORTFIX was written to enable the serial and parallel ports on
  10.        motherboards with the Chip & Technologies 82C710 Universal Peripheral
  11.        Controller and an installed Sound Blaster board.
  12.  
  13.        This program turns on the serial port (3F8h) and the parallel port
  14.        (378h) if it is not already provided on an external card.  If they
  15.        are already on an external board then the on-board ports will remain
  16.        unavailable.
  17.  
  18.  
  19.     Installation:
  20.     -------------
  21.  
  22.        Using your favorite editor, place PORTFIX in the AUTOEXEC.BAT file 
  23.        before any programs which use the serial port.  This includes mouse 
  24.        drivers, fossil drivers, and communication programs.
  25.  
  26.             BEFORE                               AFTER
  27.             ------------------------             ------------------------
  28.             echo off                             echo off
  29.             cls                                  cls
  30.             prompt $p$g                          prompt $p$g
  31.             path=c:\;c:\dos;c:\utils             path=c:\;c:\dos;c:\utils
  32.             mouse.com                        --> PF82C710.COM
  33.                 .                                mouse.com
  34.                 .                                    .
  35.                 .                                    .
  36.                                                      .
  37.  
  38.         This is an example of the 82C710 initializing properly:
  39.  
  40.             Creative Port Fix I (82C710), version 1.00
  41.             Copyright (c) Creative Labs, Inc., 1992.  All right's reserved.
  42.                     Configuration Port moved to 3A0.
  43.                     COM1 was turned on.
  44.  
  45.         Only COM1 was initialized here but LPT1 or LPT2 (monochrome only)
  46.         may be also be initialized.
  47.  
  48.  
  49.     Errors:
  50.     -------
  51.  
  52.        Invalid command line:
  53.  
  54.           1. A non-hexidecimal value or zero was entered.
  55.                 Fix: Use default (no command line) or hexidecimal address.
  56.  
  57.           2. More than one option was given on the command line.
  58.                 Fix: Use default (no command line) or only one option.
  59.  
  60.  
  61.        Error - 82C710 chip not detected in your system:
  62.  
  63.           1. 82C710 chip is not used.
  64.                 Fix: Use different version of PORTFIX.
  65.  
  66.           2. The port address (default: 3A0h) conflicts with another device
  67.              in the system.
  68.                 Fix: Use different address.
  69.  
  70.  
  71.        Error - Serial port (COM1) did not initialize:
  72.  
  73.           1. 82C710 chip on the motherboard is bad.
  74.                 Fix: Repair motherboard or purchase an I/O card.
  75.  
  76.  
  77.        Error - Parallel port (LPT1) did not initialize:
  78.  
  79.           1. 82C710 chip on the motherboard is bad.
  80.                 Fix: Repair motherboard or purchase an I/O card.
  81.  
  82.      *********************************************************************
  83.      *                                                                   *
  84.      * NOTE: If there are no errors reported but the port still will not *
  85.      *       turn on then there must be another card using that port's   *
  86.      *       address.                                                    *
  87.      *                                                                   *
  88.      *********************************************************************
  89.  
  90.  
  91.     Command Line Options:
  92.     ---------------------
  93.  
  94.        Only one command line option is available.  If neccessary, the port 
  95.        address may be changed by listing the port address you wish to use 
  96.        after the filename.
  97.  
  98.        Examples:   PORTFIX1 3A0 (default)
  99.                    PORTFIX1 210
  100.                    PORTFIX1 230
  101.                    PORTFIX1 360
  102.                    PORTFIX1 370
  103.  
  104.