home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / image / pfinish / disk2 / genius.do_ / genius.bin
Encoding:
Text File  |  1992-06-23  |  3.0 KB  |  107 lines

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