home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / acorn / riscos2 / apps1 / !PrinterDM / ReadMe < prev    next >
Encoding:
Text File  |  1988-12-22  |  2.2 KB  |  50 lines

  1. This is PrinterDM, version 0.82 (14-Dec-88)
  2.  
  3. Documentation on how to use PrinterDM can be found in Edition 2 of the
  4. Archimedes User Guide.
  5.  
  6. The following remarks should be noted about this version of PrinterDM and
  7. its documentation.
  8.  
  9. Text printing is applied to files of types Text, Command, and Obey. For
  10. anything else, the application checks if other applications know how to
  11. print the file. If this fails it checks with the user whether to print the
  12. file.
  13.  
  14. You can override the application's treatment of a particular type file by
  15. setting system variables of the form Alias$@PrinterType_xxx, where xxx is
  16. the appropriate type. If the variable exists, then the application performs
  17. *@PrinterType_xxx <filename> before doing anything else. It then checks for
  18. the existence of <Printer$Temp>. If this exists then it is printed. You can
  19. therefore print via a print utility program by setting Alias$@PrintType_FFF
  20. to the macro *PrintUtil <%0> -to <Printer$Temp>.
  21.  
  22. Clicking SELECT on the icon produces a window with data about the current
  23. printer driver settings. Clicking on the name field steps through the
  24. printers and page sizes enumerated in the file PrData. It also allows control
  25. of the end-of-line control character sequence used in text printing, which can vary
  26. between printers.
  27.  
  28. The printer driver module allocates buffer workspace in the module area for the
  29. duration of the print job. The speed of graphics printing is partially
  30. proportional to the amount of buffer memory available, so a way of speeding
  31. up a print job is to use the Task display to move more free memory to the
  32. module area before the print job starts. Note that some free memory should
  33. be left, since otherwise under some circumstances a "No room in RMA" message
  34. may arise.
  35.  
  36. Which dump types work on which printers:
  37. ----------------------------------------
  38.  
  39. All LQ dumps work on the EPSON LQ-850. Note that some LQ-compatibles and
  40. early versions of the LQ-850 may not support 360 dpi dumps.
  41.  
  42. All FX dumps work on the EPSON FX-80 and FX-850.
  43.  
  44. All LQ dumps except 360 by 360 dpi work on an EPSON LQ-800.
  45.  
  46. The NEC PinWriter P6plus is as the LQ-850, except that the 360 by 360 dump
  47. is slightly different; a P6plus-specific alternative is provided.
  48.  
  49. The FX dumps also work on a Brother M-1409.
  50.