home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m246 / 2.ddi / MOUSYS.DO_ / MOUSYS.bin
Encoding:
Text File  |  1992-07-27  |  3.1 KB  |  106 lines

  1.  
  2.           Mouse Systems scanner driver
  3.               MOUSYS.EXE
  4.                    
  5. The Mouse Systems scanner driver is a Revision 6 scanner driver (see 
  6. REV6.DOC for more information) providing black and white, gray scale and 24 
  7. bit color scanning for the current ZSoft products.
  8.  
  9. The MOUSYS.EXE driver REQUIRES that the scanner hardware be set up 
  10. for interrupts.  This has NOT been the case for previous ZSoft 
  11. scanner drivers.
  12.  
  13. You can run MOUSYS.EXE from your CONFIG.SYS, AUTOEXEC.BAT, 
  14. other batch file, or the DOS command line. To manually add 
  15. the device driver to your CONFIG.SYS, use a text editor to 
  16. type the entry as it appears below. Be sure to include a path 
  17. if the scanner driver is not in your root directory. Remember 
  18. to include additional parameters when necessary. 
  19.  
  20. CONFIG.SYS Entry
  21. -----------------
  22. device=MOUSYS.EXE 
  23.  
  24. You may also need to add an application code parameter to the 
  25. CONFIG.SYS entry, depending on which program you are using. 
  26. If the parameter is omitted, the application will still work, 
  27. but may be missing some features. PhotoFinish, Publisher's
  28. Paintbrush version 2.02 or higher, and PC Paintbrush 5+ do 
  29. not require an application code. 
  30.  
  31. If you are using                  ...add this parameter
  32. this ZSoft program...             to your CONFIG.SYS entry.
  33.  
  34. PC Paintbrush Plus (DOS)          /C1
  35. PC Paintbrush Plus (Windows)      /C2
  36. PC Paintbrush IV Plus (DOS)       /C3
  37. Publisher's Paintbrush (Windows)  /C4
  38.  
  39. The commands provided by the Mouse Systems scanner driver are listed below 
  40. in the example of the /H parameter.
  41.  
  42.     ZSoft Scanner Driver, version 6.00
  43.     Copyright(C) ZSoft Corp. 1991.  All rights reserved.
  44.  
  45.     Valid commands:
  46.  
  47.     /Bxxx  = interrupt Buffer size (in K)
  48.     /Cx    = application Code (1-4)
  49.     /Dx    = dma channel (1,3,5,6)
  50.     /H     = display this Help text
  51.     /?     = display this help text
  52.     /Ixx   = irq number (2,5,10,11)
  53.     /Oxxx  = I/O port (hex value)
  54.     /Px    = I/O Port (0-3)
  55.     /U     = Unload driver
  56.     /V     = Verbose messages and status displays
  57.  
  58. Defaults
  59. ========
  60.  
  61.     DMA  = 5
  62.     IRQ  = 10
  63.     Port = 270h
  64.  
  65.  
  66. /P values
  67. =========
  68.  
  69.     /P0 = 270h
  70.     /P1 = 2E0h
  71.     /P2 = 370h
  72.     /P3 = 3E0h
  73.  
  74.  
  75. Mouse Systems Messages
  76. ======================
  77.  
  78.     'Supporting: Mouse Systems Pagebrush Color hand scanner'
  79.  
  80. This message is displayed upon successful initialization of the Mouse 
  81. Systems scanner.
  82.  
  83.  
  84. Mouse Systems Error Messages
  85. ============================
  86.  
  87.     'Scanner hardware not found at specified address'
  88.  
  89. This message is displayed at initialization time if the scanner driver 
  90. cannot successfully communicate with the scanner.
  91.  
  92.  
  93.     'Invalid DMA/IRQ combination!'
  94.  
  95.     'IRQ 2 & 5 must be paired with DMA 1 & 3'
  96.     'IRQ 10 & 11 must be paired with DMA 5 & 6'
  97.  
  98. This message is displayed when an attempt is made to use an invalid 
  99. combination of DMA and IRQ values.  Jumper "DM" on the scanner board selects 
  100. 8 bit or 16 bit modes and the DMA and IRQ values must both be either 8 bit 
  101. or 16 bit values.
  102.  
  103. NOTE: At the time of this writing (3/13/92) the hardware would only function 
  104.       in 16 bit modes, thus requiring the board to be placed in a 16 bit 
  105.       slot.
  106.