home *** CD-ROM | disk | FTP | other *** search
/ PC Home 44 / PC_Home_Issue_44.iso / image / pfinish / disk2 / epson.do_ / epson.bin
Encoding:
Text File  |  1993-01-25  |  19.9 KB  |  585 lines

  1.                           Epson Scanner Driver
  2.                             January 25, 1993
  3.  
  4. The Epson Scanner Driver provides black and white, gray scale, and color 
  5. scanning for ZSoft products. It is a revision 6 scanner driver (see 
  6. REV6.DOC for more information) 
  7.  
  8. You can load the driver from your CONFIG.SYS, AUTOEXEC.BAT, or other  
  9. batch file. To manually add the device driver to your CONFIG.SYS, 
  10. use a text editor to type the entry as it appears below. Be sure to 
  11. include a path if the scanner driver is not in your root directory. 
  12. Remember to include additional parameters when necessary. 
  13.  
  14. EPSON.EXE communicates with the hardware adapter card through a low-level 
  15. I/O driver called EPSN.SYS which needs to be added to CONFIG.SYS before 
  16. EPSON.EXE is loaded. EPSN.SYS supports command options to specify your 
  17. particular hardware configuration. They are:
  18.  
  19. device=EPSN.SYS 1                 Epson Parallel Adapter (J1 = LPT1)
  20. device=EPSN.SYS 2                 Epson Parallel Adapter (J1 = LPT2)
  21. device=EPSN.SYS 3 /Sx             SCSI Adapter (x = SCSI device ID [0..7])
  22.  
  23. You may also need to add a command to the CONFIG.SYS entry depending on
  24. which program you are using. See the information below for the parameters 
  25. you may need to add.
  26.  
  27. If you are using                  ...add this command
  28. this ZSoft program...             to your CONFIG.SYS entry.
  29.  
  30. PC Paintbrush Plus (DOS)          device=EPSON.EXE /C1
  31. PC Paintbrush Plus (Windows)      device=EPSON.EXE /C2
  32. PC Paintbrush IV Plus (DOS)       device=EPSON.EXE /C3
  33. Publisher's Paintbrush (Windows)  device=EPSON.EXE /C4
  34.  
  35. Publisher's Paintbrush version 2.02 or higher and other ZSoft products such 
  36. as PhotoFinish or PC Paintbrush 5+ do not need an application code parameter.
  37.  
  38. Normal CONFIG.SYS entry:
  39.  
  40. device=EPSN.SYS
  41. device=EPSON.EXE
  42.  
  43. The commands provided by the driver are listed below. You can view these
  44. commands using the /H parameter
  45.  
  46.     ZSoft MS-DOS Scanner Driver Version 6.10
  47.     Copyright (C) ZSoft Corp 1991-1993.  All rights reserved.
  48.  
  49.     Valid commands:
  50.  
  51.     /Cx    = application Code (1-4)
  52.     /H     = display this Help text
  53.     /?     = display this help text
  54.     /Q     = load Quiet, without talking to scanner
  55.     /Rs    = Resolution strategy (/RH=High, /RM=Medium, /RL=Low)
  56.     /T     = perform diagnostic Testing
  57.     /U     = Unload driver
  58.     /V     = Verbose messages and status displays
  59.     /0     = Enable Transparency Unit
  60.  
  61.  
  62. Command Explanations
  63. ====================
  64.  
  65. /C
  66. --
  67.  
  68. The application code provides a method of maximizing scanner functionality by 
  69. identifying what application is being used with the scanner driver. This 
  70. parameter is not required for Revision 6 compliant applications. Currently, 
  71. the only use of the application code is to make sure that the correct 
  72. number of resolution pairs are used. If the parameter is omitted, the 
  73. application will still work, but may be missing some features. PhotoFinish, 
  74. Publisher's Paintbrush version 2.02 or higher, PC Paintbrush 5+, and 
  75. UltraFAX do not need an application code parameter.
  76.  
  77. The codes are:
  78.  
  79.     /C1 = PC Paintbrush Plus (DOS)
  80.     /C2 = PC Paintbrush Plus (Windows)
  81.     /C3 = PC Paintbrush IV Plus (DOS)
  82.     /C4 = Publisher's Paintbrush (Windows)
  83.  
  84. /H and /?
  85. ---------
  86.  
  87. The help command will display the available parameters that the scanner
  88. driver supports.
  89.  
  90. /Q
  91. --
  92.  
  93. Allows the loading of the scanner driver regardless of the scanner status.
  94. Normally, the scanner driver will attempt to communicate with the scanner 
  95. when the driver loads, mainly for the purpose of identifying the scanner. 
  96. The advantage is that the driver will not load if the scanner identification 
  97. fails, and the application will disable its scanning functions. In some cases, 
  98. subsequent initialization of the scanner by applications may be faster. The 
  99. disadvantage is that the scanner must be powered up every time you boot your 
  100. machine (assuming you load the driver in either CONFIG.SYS ot AUTOEXEC.BAT). 
  101. If you don't want to have to leave your scanner turned on, using /Q will 
  102. allow the driver to load without any communication with the scanner.
  103.  
  104. /Rs
  105. --
  106.  
  107. The scanner possibly supports more resolutions than an application can 
  108. handle. The /R command allows the user to specify emphasis on low, medium, 
  109. or high resolutions. The actual results vary with the scanner and the 
  110. application. /RL is for lower resolutions, /RM is for medium resolutions, and 
  111. /RH is for high resolutions. The default is to provide evenly spaced 
  112. resolutions from its lowest to its highest. This command applies mostly to 
  113. "older" applications that handle 6 resolutions or fewer.
  114.  
  115. /T
  116. --
  117.  
  118. The test parameter is provided as a diagnostic aid for the end user (and
  119. support people). Using this parameter will tell the driver to attempt
  120. communication with the scanner hardware and report on its success. This will
  121. aid the user in determining if the scanner hardware and driver settings are
  122. properly matched or if there are any conflicts.
  123.  
  124. /U
  125. --
  126.  
  127. The unload command will remove the scanner driver from memory, thus freeing
  128. memory space for other applications. The scanner driver can only be removed
  129. if it was loaded as a TSR, not as a device driver. If the user attempts to
  130. unload the scanner driver and it was specified as a CONFIG.SYS driver, the
  131. appropriate error message will be displayed and the driver will NOT be
  132. unloaded.
  133.  
  134. /V
  135. --
  136.  
  137. By default the Revision 6 drivers will load and display a copyright notice
  138. and the amount of memory occupied. If the user would like the current
  139. settings of the driver displayed as well, the /V parameter should be
  140. specified.
  141.  
  142. /0
  143. --
  144.  
  145. Use this command if you want to use the Transparency Option for scanning. You 
  146. must have the Transparency Unit installed prior to loading the scanner driver.
  147.  
  148.  
  149. Error/Information Messages
  150. ==========================
  151.  
  152. The following is a list of messages that the driver can display when it is 
  153. loaded or run.
  154.  
  155. --------
  156.  
  157.     Loaded driver found.
  158.  
  159. This message is displayed when the scanner driver is already loaded and an 
  160. attempt is made to re-load the driver. This message will be followed by a 
  161. display of the currently loaded driver settings.
  162.  
  163. --------
  164.  
  165.       Current settings:
  166.     
  167.     Application Code = 3
  168.  
  169. This message is displayed when the user specifies the /V parameter or when a 
  170. currently loaded driver is found.
  171.  
  172. --------
  173.  
  174.     Driver loaded, using <x> bytes of DOS memory, <y> bytes free.
  175.  
  176. This message is displayed when the scanner driver is loaded into memory and 
  177. informs the user of the amount of memory used by the driver.
  178.  
  179. --------
  180.  
  181.     The scanner driver has been removed from memory.
  182.  
  183. This message is displayed when the /U parameter is specified to unload the 
  184. scanner driver (TSR mode only).
  185.  
  186. --------
  187.  
  188.     Invalid parameter "?"
  189.  
  190. This message is displayed when the scanner driver finds a command line 
  191. parameter the driver does not support or recognize.
  192.  
  193. --------
  194.  
  195.     Old format scanner driver currently loaded.
  196.     Remove scanner driver from CONFIG.SYS and reboot.
  197.  
  198. This message is displayed when the user attempts to load a Revision 6
  199. scanner driver "over" an old format driver. The user has not removed the old
  200. scanner driver from CONFIG.SYS and the Revision 6 scanner driver refuses to
  201. load.
  202.  
  203. --------
  204.  
  205.     Driver not loaded.
  206.  
  207. This message is displayed along with the error messages listed above to
  208. inform the user that the scanner driver has not been loaded.
  209.  
  210. --------
  211.  
  212.     Not enough memory (need another xxxx bytes).
  213.  
  214. There is not enough free DOS memory to load the driver. This is usually due 
  215. to a very large number in the /B command.
  216.  
  217. --------
  218.  
  219.     Cannot UNload driver loaded from CONFIG.SYS.
  220.     Can only UNload TSR driver (loaded from DOS).
  221.  
  222. This message is displayed when the user specifies the /U parameter and the
  223. scanner driver has been loaded from CONFIG.SYS. The scanner driver can only
  224. be unloaded if it has been loaded as a TSR.
  225.  
  226. --------
  227.  
  228.     Invalid memory address channel.
  229.  
  230. This message is displayed when the user specifies an invalid value for the /A 
  231. parameter.
  232.  
  233. --------
  234.  
  235.     Invalid memory address.
  236.  
  237. This message is displayed when the user specifies an invalid value for the /M 
  238. parameter.
  239.  
  240. --------
  241.  
  242.     Invalid I/O address channel.
  243.  
  244. This message is displayed when the user specifies an invalid value for the /P 
  245. parameter.
  246.  
  247. --------
  248.  
  249.     Invalid I/O address.
  250.  
  251. This message is displayed when the user specifies an invalid value for the /O 
  252. parameter.
  253.  
  254. --------
  255.  
  256.     Invalid IRQ (interrupt) channel.
  257.  
  258. This message is displayed when the user specifies an invalid value for the /I 
  259. parameter.
  260.  
  261. --------
  262.  
  263.     Invalid DMA channel.
  264.  
  265. This message is displayed when the user specifies an invalid value for the /D 
  266. parameter.
  267.  
  268. --------
  269.  
  270.     Invalid application code.
  271.  
  272. This message is displayed when the user specifies an invalid value for the /C 
  273. parameter.
  274.  
  275. --------
  276.  
  277.     Invalid buffer size.
  278.  
  279. This message is displayed when the user specifies an invalid value for the /B 
  280. parameter.
  281.  
  282. --------
  283.  
  284.     Invalid resolution strategy.
  285.  
  286. This message is displayed when the user specifies an invalid value for the /R 
  287. parameter.
  288.  
  289. --------
  290.  
  291.     Helper driver not loaded.
  292.     Add DEVICE=EPSN.SYS to your CONFIG.SYS and reboot.
  293.  
  294. The Epson driver requires the presence of the helper driver "EPSN.SYS" and 
  295. was not present when the EPSON.EXE driver attempted to load. Load EPSN.SYS by 
  296. adding the line "DEVICE=EPSN.SYS" to your CONFIG.SYS and reboot.
  297.  
  298. --------
  299.  
  300.     Cannot initialize scanner. Try resetting the scanner,
  301.     or turning it off, then back on.
  302.  
  303. On rare occasions, the scanner may be in a state that it won't communicate 
  304. with the EPSON.EXE driver during load initialization. If this happens, press 
  305. the reset button on the scanner (ES-800C/GT-8000 only) or turn the scanner 
  306. off, then back on. After the scanner comes up, run the EPSON.EXE driver again.
  307.  
  308. --------
  309.  
  310.     ERROR - the /0 option requires the Transparency Unit.
  311.  
  312. The Transparency Unit must be installed on the scanner first, before you 
  313. load the EPSON.EXE driver with the /0 command.
  314.  
  315. --------
  316.  
  317.     Testing scanner hardware...
  318.     Scanner hardware test passed.
  319.  
  320. This message is displayed during the test phase of the scanner driver if the 
  321. /T command is used. For the EPSON.EXE driver, the I/O port communications is 
  322. tested by asking the scanner to identify itself.
  323.  
  324. --------
  325.  
  326.     Initializing Scanner...
  327.  
  328. This message is displayed briefly when the driver is beginning to load. Most 
  329. likely, you will not see this message. If you do see it, you should wait at 
  330. least 30 seconds for the initialization to complete before giving up and 
  331. assuming your computer is locked up.
  332.  
  333. --------
  334.  
  335.     Supporting: xxxxxxxx.
  336.  
  337. This message is displayed when the driver has successfully loaded. The 
  338. scanner name is displayed in place of the xxxxxxxx.
  339.  
  340.  
  341. DOS Errorlevel Exit Codes
  342. =========================
  343.  
  344. ZSoft MS-DOS scanner drivers set the DOS ERRORLEVEL value after they have 
  345. run. If desired, a batch file can test the errorlevel to determine the 
  346. success or failure of the driver load command, and take appropriate action.
  347.  
  348.     ERRORLEVEL  MEANING
  349.     ----------  ----------------------------
  350.          0      Driver loaded successfully
  351.          1      Old format scanner driver currently loaded
  352.          2      Attempt to unload when the driver was not previously loaded
  353.          3      Cannot UNload driver loaded from CONFIG.SYS
  354.          4      Invalid command argument
  355.          5      Initialization failure. Could be due to a hardware problem,
  356.                 or possibly a missing helper driver
  357.          6      Not enough memory to load
  358.          7      Test function failed
  359.  
  360.  
  361.  
  362. PARAMETERS FOR GT-4000:
  363. -----------------------
  364.  
  365. Brightness Settings: -3 to 3
  366.  
  367.   Contrast Settings: None
  368.  
  369.   Resolutions (DPI):  50 x 50
  370.                       72 x 72
  371.                       80 x 80
  372.                       90 x 90
  373.                      100 x 100
  374.                      120 x 120
  375.                      144 x 144
  376.                      150 x 150
  377.                      160 x 160
  378.                      180 x 180
  379.                      200 x 200
  380.                      240 x 240
  381.                      300 x 300
  382.                      320 x 320
  383.                      360 x 360
  384.                      400 x 400
  385.  
  386.          Scan Modes: Black and White
  387.                      Gray Scale 4 Levels
  388.                      Gray Scale 16 Levels
  389.                      Gray Scale 64 Levels
  390.                      Gray Scale 256 Levels
  391.                      Color 24 Bit
  392.  
  393.           Halftones: Coarse Fatting
  394.                      Error-Diffusion
  395.                      Scanner-Defined 1
  396.  
  397.        Enhancements: Black and White Reversal
  398.  
  399.   Maximum Scan Area: 8.560" x 11.600"
  400.  
  401.            Features: None
  402.  
  403. NOTES:  Although the scanner's manual states that the scanner will scan A4 
  404. sized originals, PhotoFinish will not allow you to select A4 size. This is 
  405. because the scanner has a physical limitation of 11.600 inches vertical, and 
  406. A4 size is 11.693 inches. The workaround is to go to the Set Paper Size 
  407. dialog, select Custom Size, and set the Vertical Size to 11.6.
  408.  
  409.  
  410. PARAMETERS FOR ES-300C/GT-6000:
  411. -------------------------------
  412.  
  413. Brightness Settings: -3 to 3
  414.  
  415.   Contrast Settings: None
  416.  
  417.   Resolutions (DPI):  50 x 50
  418.                       72 x 72
  419.                       75 x 75
  420.                       80 x 80
  421.                       90 x 90
  422.                      100 x 100
  423.                      120 x 120
  424.                      144 x 144
  425.                      150 x 150
  426.                      160 x 160
  427.                      180 x 180
  428.                      200 x 200
  429.                      240 x 240
  430.                      300 x 300
  431.                      320 x 320
  432.                      360 x 360
  433.                      400 x 400
  434.                      480 x 480
  435.                      600 x 600
  436.  
  437.          Scan Modes: Black and White
  438.                      Gray Scale 4 Levels
  439.                      Gray Scale 16 Levels
  440.                      Gray Scale 64 Levels
  441.                      Gray Scale 256 Levels
  442.                      Color 24 Bit
  443.  
  444.           Halftones: Bayer
  445.                      Coarse Fatting
  446.                      Fine Fatting
  447.                      Mesh
  448.                      Error-Diffusion
  449.                      Scanner-Defined 1
  450.                      Scanner-Defined 2
  451.  
  452.        Enhancements: Black and White Reversal
  453.  
  454.   Maximum Scan Area: 8.480" x 11.690"
  455.  
  456.            Features: None
  457.  
  458. NOTES:
  459.     Although the scanner's manual states that the scanner will scan A4 sized 
  460. originals, PhotoFinish will not allow you to select A4 size. This is 
  461. because the scanner has a physical limitation of 11.690 inches vertical, and 
  462. A4 size is 11.693 inches. The workaround is to go to the Set Paper Size 
  463. dialog, select Custom Size, and set the Vertical Size to 11.69.
  464.  
  465.  
  466. PARAMETERS FOR ES-600C/GT-6500:
  467. -------------------------------
  468.  
  469. Brightness Settings: -3 to 3
  470.  
  471.   Contrast Settings: None
  472.  
  473.   Resolutions (DPI):  DEFAULT     LOW RES     MED RES    HIGH RES
  474.                      ---------   ---------   ---------   ---------
  475.                       50 x 50     50 x 50     75 x 75     75 x 75
  476.                       60 x 60     60 x 60     80 x 80     80 x 80
  477.                       75 x 75     72 x 72     90 x 90     90 x 90
  478.                       80 x 80     75 x 75    100 x 100   100 x 100
  479.                       90 x 90     80 x 80    120 x 120   120 x 120
  480.                      100 x 100    90 x 90    133 x 133   133 x 133
  481.                      120 x 120   100 x 100   144 x 144   144 x 144
  482.                      150 x 150   120 x 120   150 x 150   150 x 150
  483.                      160 x 160   133 x 133   160 x 160   160 x 160
  484.                      175 x 175   144 x 144   175 x 175   175 x 175
  485.                      180 x 180   150 x 150   180 x 180   180 x 180
  486.                      200 x 200   160 x 160   200 x 200   200 x 200
  487.                      216 x 216   175 x 175   216 x 216   216 x 216
  488.                      240 x 240   180 x 180   240 x 240   240 x 240
  489.                      300 x 300   200 x 200   300 x 300   300 x 300
  490.                      320 x 320   216 x 216   320 x 320   320 x 320
  491.                      360 x 360   240 x 240   360 x 360   360 x 360
  492.                      400 x 400   300 x 300   400 x 400   400 x 400
  493.                      480 x 480   320 x 320   480 x 480   480 x 480
  494.                      600 x 600   360 x 360   600 x 600   600 x 600
  495.  
  496.          Scan Modes: Black and White
  497.                      Gray Scale 4 Levels
  498.                      Gray Scale 16 Levels
  499.                      Gray Scale 64 Levels
  500.                      Gray Scale 256 Levels
  501.                      Color 24 Bit
  502.                      Color 24 Bit 3-Pass
  503.  
  504.           Halftones: Bayer
  505.                      Coarse Fatting
  506.                      Fine Fatting
  507.                      Mesh
  508.                      Error-Diffusion
  509.                      Scanner-Defined 1
  510.                      Scanner-Defined 2
  511.  
  512.        Enhancements: Black and White Reversal
  513.                      Edge Enhancement
  514.  
  515.   Maximum Scan Area: 8.500" x 11.700"
  516.  
  517.            Features: None
  518.  
  519. NOTES:  If you have the Transparency Unit installed, and enabled with the 
  520. EPSON.EXE /0 command, the default paper size is Letter (8.5" x 11") in spite 
  521. of the fact that the maximum physical scan size is 5" x 5". If you scan with 
  522. these settings, you will get a 5" x 5" image on a 8.5" x 11" background 
  523. image.
  524.  
  525.  
  526. PARAMETERS FOR ES-800C/GT-8000:
  527. -------------------------------
  528. Brightness Settings: -3 to 3
  529.  
  530.   Contrast Settings: None
  531.  
  532.   Resolutions (DPI):  DEFAULT     LOW RES     MED RES    HIGH RES
  533.                      ---------   ---------   ---------   ---------
  534.                       50 x 50     50 x 50     75 x 75     75 x 75 
  535.                       60 x 60     60 x 60     90 x 90     90 x 90  
  536.                       75 x 75     72 x 72    100 x 100   100 x 100
  537.                       80 x 80     75 x 75    120 x 120   120 x 120
  538.                       90 x 90     80 x 80    133 x 133   133 x 133
  539.                      100 x 100    90 x 90    144 x 144   144 x 144
  540.                      120 x 120   100 x 100   150 x 150   150 x 150
  541.                      150 x 150   120 x 120   160 x 160   160 x 160
  542.                      160 x 160   133 x 133   175 x 175   175 x 175
  543.                      175 x 175   144 x 144   180 x 180   180 x 180
  544.                      180 x 180   150 x 150   200 x 200   200 x 200
  545.                      200 x 200   160 x 160   216 x 216   216 x 216
  546.                      240 x 240   175 x 175   240 x 240   240 x 240
  547.                      300 x 300   180 x 180   300 x 300   300 x 300
  548.                      320 x 320   200 x 200   320 x 320   320 x 320
  549.                      360 x 360   216 x 216   360 x 360   360 x 360
  550.                      400 x 400   240 x 240   400 x 400   400 x 400
  551.                      480 x 480   300 x 300   480 x 480   480 x 480
  552.                      600 x 600   320 x 320   600 x 600   600 x 600
  553.                      800 x 800   360 x 360   800 x 800   800 x 800
  554.  
  555.          Scan Modes: Black and White
  556.                      Gray Scale 4 Levels
  557.                      Gray Scale 16 Levels
  558.                      Gray Scale 64 Levels
  559.                      Gray Scale 256 Levels
  560.                      Color 24 Bit
  561.                      Color 24 Bit 3-Pass
  562.  
  563.           Halftones: Bayer
  564.                      Coarse Fatting
  565.                      Fine Fatting
  566.                      Mesh
  567.                      Error-Diffusion
  568.                      Scanner-Defined 1
  569.                      Scanner-Defined 2
  570.  
  571.        Enhancements: Black and White Reversal
  572.                      Edge Enhancement
  573.  
  574.   Maximum Scan Area: 8.500" x 11.700"
  575.  
  576.            Features: None
  577.  
  578. NOTES:  If you have the Transparency Unit installed, and enabled with the 
  579. EPSON.EXE /0 command, the default paper size is Letter (8.5" x 11") in spite 
  580. of the fact that the maximum physical scan size is 5" x 5". If you scan with 
  581. these settings, you will get a 5" x 5" image on a 8.5" x 11" background 
  582. image.
  583.  
  584.  
  585.