home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / PMSCAN.ZIP / SCAN.TXT < prev    next >
Text File  |  1991-06-23  |  3KB  |  65 lines

  1. Scan for OS/2 1.3 by Kent Cedola
  2.  
  3.  
  4. Copyright Kent Cedola 1991.  All rights reserved.
  5.  
  6.  
  7. The software and accompanying written materials are provided "AS IS"
  8. without warranty of any kind.    The entire risk as to the results and
  9. performance of the software is assumed by you.    In no event shall Kent
  10. Cedola be liable for any damages whatsoever arising out of the use of
  11. or inability to use this software.
  12.  
  13. The file 'SCAN.EXE' is a prototype (pre-alpha) of a scanning application
  14. that I was working on under OS/2 1.X.    To continue I needed to allocate
  15. some rather large arrays to hold 256 gray-scale images and decided to move
  16. to the 32bit platform of OS/2 2.0.  Since I don't know of any ScanJet
  17. support for OS/2, I decided to make this prototype available at this time.
  18. Please realize that this application has NOT BEEN FULLY TESTED, but it is
  19. better than nothing.    So this would be a good time to think about a
  20. backup of your data.
  21.  
  22. The current version of Scan can read and write .PCX files, clip data to
  23. the clipboard and scan images from the HP ScanJet and ScanJet Plus
  24. scanners.  If you try reading/writing a non-PCX file you will get a 'soft'
  25. abort of the scan application (but OS/2 will continue to run, unlike Windows).
  26.  
  27. I'm not going to tell you how to run Scan as I want to find out just how
  28. 'user friendly' this application is.  If you have a problem then I will
  29. redesign that area to make it easier for future users.    (It's a pretty
  30. simple program).
  31.  
  32. To continue you need to install one of two device drivers that do work
  33. under OS/2 1.2, 1.3 and 2.0 on my hardware, which doesn't mean it will
  34. work on your hardware.    SCANJET1.SYS is for ISA (AT type) adapters and
  35. SCANJET2.SYS is for MCA adapters.  Just add "DEVICE=SCANJET?.SYS" (replace
  36. the '?' with '1' or '2' depending on your hardware) to your CONFIG.SYS
  37. file and re-boot your computer normally.  If the driver doesn't initialize
  38. you may need to consult your HP manual and change the switches on the HP
  39. ScanJet adapter.  The driver will read the settings off the board on it's
  40. own and display them on the screen during booting.
  41.  
  42. After the driver is installed, turn on your scanner and run SCAN.  If you
  43. have any comments, suggestions or problems you can contact me on
  44. CIS 72230,1451 or write to me at 2015 Meadow Lake Court, Norfolk Va 23518-5307.
  45.  
  46. I'm currently working on a much better version of Scan for OS/2 2.0 that
  47. will fix a number of problems and expand the features a bit.  If you like
  48. to be an alpha and/or beta tester for the OS/2 2.0 (32bits) version then
  49. please contact me at the above locations.  Remember that what you see is only
  50. a prototype and future versions will be much better.
  51.  
  52. What about other scanners?  Send me your request and I'll see what I can do.
  53.  
  54. For those that want to use the scanner driver directly (programmer types).
  55. Just open the file "SCAN01$" (same name for both drivers) and just do simple
  56. DosRead() and DosWrite() to it.    I highly recommend using 16k input buffers
  57. for the DosRead().  Of course this assumes you have the manual on the HP
  58. scanner control codes.
  59.  
  60.  
  61. Kent Cedola, Free-lance OS/2 PM Developer.
  62. 2015 Meadow Lake Court
  63. Norfolk, VA  23518-5307
  64. (804) 857-5745 (voice & fax)
  65.