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

  1.  
  2.                               SPI scanner driver
  3.                                    SPI.EXE
  4.                                  July 9, 1992
  5.  
  6.  
  7. The SPI scanner driver is a revision 6.1 scanner driver (see REV6.DOC for 
  8. more information) providing black and white, gray scale, and color scanning 
  9. for the current ZSoft products.
  10.  
  11. The SPI.EXE driver REQUIRES that the scanner hardware be set up for 
  12. interrupts. This has NOT been the case for previous ZSoft scanner drivers.
  13.  
  14. You can run SPI.EXE from your CONFIG.SYS, AUTOEXEC.BAT, other batch file or 
  15. the DOS command line. To manually add the device driver to your CONFIG.SYS, 
  16. use a text editor to type the entry as it appears below. Be sure to include 
  17. a path if the scanner driver is not in your root directory. Remember to 
  18. include additional parameters when necessary. 
  19.  
  20. CONFIG.SYS entry:
  21. device=SPI.EXE
  22.  
  23. You may also need to add a parameter to the CONFIG.SYS entry depending on 
  24. which ZSoft program you are using.
  25.  
  26. If you are using                  ...add this parameter
  27. this ZSoft program...             to your CONFIG.SYS entry.
  28.  
  29. PC Paintbrush Plus (DOS)          /C1
  30. PC Paintbrush Plus (Windows)      /C2
  31. PC Paintbrush IV Plus (DOS)       /C3
  32. Publisher's Paintbrush (Windows)  /C4
  33.  
  34. PhotoFinish, Publisher's Paintbrush version 2.02 or higher, and PC 
  35. Paintbrush 5+ do not need an application code parameter.
  36.  
  37. This driver supports the following features (if supported by the scanner):
  38.  
  39.     SPI
  40.     ===
  41.     Brightness Settings     1-255
  42.     Contrast Settings       1-255
  43.     Automatic Brightness    No
  44.     Automatic Contrast      No
  45.     Resolutions             Scanner dependent
  46.     Scan Modes              B/W, Gray Scale, 24 bit color
  47.     Halftones               Scanner dependent
  48.     Enhancements            Scanner dependent
  49.     Maximum Scan Area       4.1" x 14"
  50.  
  51. The commands provided by the SPI scanner driver are listed below in the 
  52. example of the /H parameter:
  53.  
  54.     ZSoft Scanner Driver, version 6.10
  55.     Copyright(C) ZSoft Corp. 1991,1992. All rights reserved.
  56.  
  57.     Valid commands:
  58.  
  59.     /Bxxx  = interrupt Buffer size (in K)
  60.     /Cx    = application Code (1-4)
  61.     /H     = display this Help text
  62.     /?     = display this help text
  63.     /U     = Unload driver
  64.     /V     = Verbose messages and status displays
  65.  
  66.  
  67. See REV6.DOC for detailed information on the standard command line options.
  68.  
  69. Manufacturer Notes
  70. ==================
  71.  
  72. The ZSoft SPI scanner driver requires the presence of a manufacturer 
  73. supplied scanner driver (referred to in this document as SPI.SYS since the 
  74. actual name varies from manufacturer to manufacturer). Currently, the ZSoft 
  75. SPI driver has been tested with M1904.SYS driver for the Marstek M-6000CG 
  76. scanner. The manufacturer's driver should be loaded before the ZSoft 
  77. driver.
  78.  
  79. NOTE: The M1904.SYS driver that we have seems to have several problems. One 
  80. problem involves scanner setup. The only settings that we could get to work 
  81. are DMA channel 1, interrupt 5, and scanner type 4. (device=m1904.sys d1 i5 
  82. s4).
  83.  
  84.  
  85. SPI Messages
  86. =============
  87.  
  88.     'Supporting: ???????????'
  89.  
  90. This message is displayed upon successful initialization of the SPI 
  91. scanner. The name and model of the scanner found will be displayed.
  92.  
  93.  
  94. SPI Error Messages
  95. ===================
  96.  
  97.     'Manufacturer SPI driver not found!  SPI NOT loaded.'
  98.  
  99. This message is displayed when the scanner driver cannot find the "helper" 
  100. driver (provided by the scanner manufacturer). The ZSoft SPI scanner driver 
  101. requires that this driver be loaded before it can load.
  102.  
  103.  
  104.     'Must have SPI driver v1.01 or greater!'
  105.  
  106. The SPI driver supplied by the manufacturer must conform to SPI 
  107. specification 1.01 or greater.
  108.  
  109.  
  110.     'Scanner not responding (do you have the right address?)'
  111.  
  112. This message is displayed at initialization time if the scanner driver 
  113. cannot successfully communicate with the scanner.
  114.  
  115.  
  116.     'Error communicating with manufacturer's driver (????)'
  117.  
  118. This message is displayed when an error occurs while sending or receiving 
  119. information from the manufacturer supplied driver. An error code is 
  120. included in the message to help identify the problem.
  121.  
  122.  
  123.     'Scanner hardware not configured for interrupts!'
  124.  
  125. The SPI.EXE driver requires interrupts to function. The scanner hardware 
  126. interface must be configured to use interrupts. With most manufacturers 
  127. drivers, the interrupt can be set with a command line parameter to the 
  128. driver (e.g., /I=7 sets interrupt 7).
  129.  
  130.