home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / clarion / library / clacom / resetdig / resetdig.txt < prev   
Text File  |  1994-02-24  |  860b  |  23 lines

  1.  
  2.   RESETDIG.EXE resets a DigiBoard COM/Xi so that the program can
  3.   communicate with the board directly instead of using Interrupt 14
  4.   calls which are slower and prone to problems if there is a bug in
  5.   the DigiBoard Device Driver.
  6.  
  7.   If using the DIGIBOARD Direct Interface, this program needs
  8.   to be placed in your AUTOEXEC.BAT file so that the DigiBoard can
  9.   be reset evertime you boot your computer. The program initializes
  10.   the DigiBoard so that it can talk to to the board directly.
  11.  
  12.   To execute RESETDIG.EXE, pass the following 2 Command Line
  13.   arguments to it:
  14.  
  15.     Base Address = C000, C800, D000, or D800
  16.     I/O Port     = 100, 110, 120, 200, 220, 300, or 320
  17.  
  18.   RESETDIG D000 320
  19.   RESETDIG D800 300
  20.  
  21.   The arguments you pass are the Memory Window Address and the
  22.   I/O Port Address you configured your DigiBoard to use.
  23.