home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 3_07 / Printers / ALLEN / PAN < prev    next >
Text File  |  1990-01-19  |  3KB  |  74 lines

  1.     PipeDream printer drivers
  2.  
  3.     Remember to load and save printer drivers using the TAB 
  4.     option.  This is option 'T' on the load and save menus.
  5.  
  6.     This file is a printer driver for the Epson FX80 and 
  7.     compatible printers.  You can use it to control the FX80 by 
  8.     specifying the file to the Printer Driver option (ALT PD) 
  9.     on the Print menu.  Alternatively you can modify and 
  10.     resave this file for use with other printers.  Remember to 
  11.     use different filenames for different drivers.  We 
  12.     recommend using the printer name.
  13.  
  14.     When loading a printer driver, PipeDream reads each 
  15.     successive line looking for valid options.  Each valid 
  16.     option contains a field in column A.  If column A is blank 
  17.     PipeDream ignores the whole line.  So these opening 
  18.     paragraphs will be ignored.
  19.  
  20.     The following three options all take one parameter which is 
  21.     specified in column B.  The Printer on string specifies the 
  22.     codes sent to the printer at the start of each print 
  23.     session and, in the case of single page printing, at the 
  24.     start of each page.  The Printer off string specifies the 
  25.     codes sent to the printer at the end of each print session 
  26.     and, in the case of single page printing, at the end of 
  27.     each page.  The End of page string specifies the codes sent 
  28.     at the end of each page.  Some printers can handle 
  29.     formfeeds which are faster and quieter than the alternative 
  30.     of sending linefeeds to end the page.
  31.  
  32.                 Description
  33.  
  34. PON    ESC "@"             Printer on string
  35. POFF    ESC "@"            Printer off string
  36. EP    32            End of page string
  37. LF    N            Linefeeds
  38.  
  39.     On    Off    Off at CR?    Description
  40.  
  41. H1    ESC "-" 1    ESC "-" 0    Y    Underlined text
  42. H2    ESC "E"    ESC "F"    N    Bold text
  43. H3    15    18    N    Condensed
  44. H4    ESC "4"    ESC "5"    N    Italics
  45. H5    ESC "S" 1    ESC "T"    Y    Subscript
  46. H6    ESC "S" 0    ESC "T"    Y    Superscript
  47. H7    ESC "M"    ESC "P"    N    Elite/Pica
  48. H8    ESC "U" 1    ESC "U" 0    N    SINGLE DIR
  49.  
  50.     Translations
  51.  
  52. "`"    ESC 82 3 35 ESC 82 0            send `
  53. "⌐"    ESC "m" 2 &B3 ESC "m" 0             send ⌐ 
  54. "ª"     ESC "m" 2 &C4 ESC "m" 0             send ª  
  55. "ú"    ESC "m" 2 &D5 ESC "m" 0             send ú 
  56. "Ñ"    ESC "m" 2 &B7 ESC "m" 0             send Ñ 
  57. "¬"    ESC "m" 2 &C8 ESC "m" 0             send ¬ 
  58. "¼"    ESC "m" 2 &BC ESC "m" 0             send ¼ 
  59. "½"    ESC "m" 2 &C3 ESC "m" 0             send ½ 
  60. "º"    ESC "m" 2 &C2 ESC "m" 0             send º 
  61. "«"    ESC "m" 2 &C1 ESC "m" 0             send « 
  62. "¡"    ESC "m" 2 &B5 ESC "m" 0             send ¡ 
  63. "»"    ESC "m" 2 &C5 ESC "m" 0            send »
  64. "á"    ESC "m" 2 &F8 ESC "m" 0             send á 
  65. "┌"    ESC "m" 2 &F1 ESC "m" 0             send ┌ 
  66. "╛"    ESC "m" 2 &FB ESC "m" 0             send ╛ 
  67. "≡"    ESC "m" 2 &E3 ESC "m" 0             send ≡ 
  68. "~"    ESC "m" 2 &F6 ESC "m" 0             send divide
  69. "▀"    ESC "m" 2 &EF ESC "m" 0            send ▀
  70. "ⁿ"    ESC "m" 2 &F3 ESC "m" 0            send ⁿ
  71. "■"    ESC "m" 2 &F2 ESC "m" 0            send ■
  72. "∞"    ESC "m" 2 &E6 ESC "m" 0            send ∞
  73. "∙"    ESC "m" 2 &EB ESC "m" 0            send ∙
  74.