home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / DRIVERS / IBM3852.ZIP / 3852.DOC next >
Text File  |  1994-03-15  |  3KB  |  68 lines

  1. * :title.Windows 3.0 driver for the 3852 Color Inkjet Printer
  2. * :version.3.20         :date.92/1/29
  3. * :Mark W. Michrina
  4. *
  5. *      This is an updated version of the 'Shino' Windows 3.0 device
  6. *      driver.  The DeviceCapabilities procedure was entirely re-written
  7. *      to conform to the SDK and DDK.
  8. *
  9. *      Follow standard operating procedure for installing (remove
  10. *      current driver, select add printer, scroll to bottom of list
  11. *      to Unlisted Printer and double click then select the location
  12. *      of the driver).  Verify you have loaded the new driver by
  13. *      selecting SETUP, and ABOUT...should read version 3.11 BETA.
  14. *
  15. *      This driver has successfully been used to print from a WIN-OS2
  16. *      3.0 session using Excel 2.1 and Ami Pro 3.0.
  17. *
  18. * :changelog.
  19. *
  20. * 2-Dec-92
  21. *
  22. *I've modified the portrait and landscape icons so they are a little
  23. *more distinguishable (and the A doesn't shift one pixel anymore).
  24. *
  25. *I've changed the MAKE procedure so that it included Shino's dmcolor
  26. *brutes, instead of the DDK brutes.  I didn't notice this changing
  27. *anything, but it may fix some of the other problems people are seeing.
  28. *
  29. *I've implemented a couple more printer escapes that are used by AmiPro.
  30. *
  31. *I also corrected the aspect ratio as best I
  32. *could given the resolution of the printer, so I may have helped the
  33. *CorelDraw! problem of 'lines not meeting' when a small object is
  34. *printed on the screen (see earlier append).
  35. *
  36. *
  37. * 1/29/93
  38. *
  39. *Bitmap printing has been improved, and now works in most cases.  Have
  40. *successfully printed from the WINGIF shareware program, and Freelance
  41. *Graphics.
  42. *
  43. *Rotating gif files to print landscape from WINGIF does not yet work.
  44. *
  45. *Printing graphics from AmiPro does not currently work (only prints the
  46. *frame, not the graphic).
  47. *
  48. *
  49. Version 3.30
  50.  
  51. I have removed the BETA designator because I believe this to be fairly
  52. stable code now.
  53.  
  54. Have taken another shot at the Coreldraw! scaling problem.
  55.  
  56. Have added A4 fanfold paper support.  Printout on this paper type is
  57. restricted by 0.4cm on the left and right sides of the paper (due to
  58. the metal 'clips' that restrict the print width).  The top is restricted
  59. by 1.0cm, and the bottom by 1.3cm (thanks to Wil for his testing of
  60. these restrictions).  This is the best I could do for this paper size.
  61.  
  62. ----------------------------------------------------------------------
  63.  
  64. * Files supplied (download to your PC):
  65. *
  66.    3852BETA PACKAGE  *  This package file
  67.    IBM3852  DRVBIN   *  Updated Windows 3.0 3852 driver
  68.