home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / mtek004.zip / readme.os2 < prev    next >
Text File  |  1997-09-16  |  2KB  |  38 lines

  1.  
  2. This is a port of the Linux program "mtekscan" v0.2 by Jan Schoenepauck.
  3. Please read the "README" that he provided.  The essential item that makes this
  4. port possible is the "ASPI Router" driver by Daniel Dorau.  I've included the
  5. distribution ("aspir101.zip"), which you'll need to install.  (Note that the 
  6. ASPI driver is not under the GNU License.)
  7.  
  8. I've also included "tkscan" by Hang-Bae Kim, a tcl/tk front end that supports
  9. "mtekscan".
  10.  
  11. The binary "mtekscan.exe" supports the E3 scanner.  If you look at the author's
  12. documentation, you'll see that it's easy to modify the "config.h" file to get
  13. E6 support.  To build a new version, you'll need a recent EMX (gcc for OS/2)
  14. compiler and a copy of GNU make.  Just type "make" to build it.  If someone
  15. tries this and tests it, I could include that binary in here as well.
  16.  
  17. The program is used in exactly the same way as the Linux version, except for
  18. two differences:
  19.  
  20. 1.  You MUST give your scanner's SCSI ID # (such as 6) as the first item on
  21.     the command line.
  22.  
  23. 2.  Always specify an output file using the "-o filename.ppm" option.  Other-
  24.     wise, mtekscan will dump loads of junk to your screen.
  25.  
  26. Example (for a scanner with ID=6):
  27.    mtekscan 6 -f 0 0 4.6 2.4 -r 150 -g -o image.ppm
  28.  
  29.  
  30. DISCLAIMER:
  31.  
  32. This is free, only slightly tested software.  Read the "README" from the
  33. original author.  Be sure to specify the correct SCSI ID of your scanner.  I
  34. don't know what will happen if you specify the wrong ID; you might end up
  35. writing garbage to a disk drive.
  36.  
  37. -- Jeff Freedman (jsf@hevanet.com)
  38.