home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_3 / issue10 / pipeline / PRINTERS / MELCER / Melcer / NecP2200b < prev   
Text File  |  1990-01-14  |  3KB  |  85 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the NEC P2200. 
  4.  
  5.     Created 30-Oct-89
  6.  
  7.                 Description
  8.  
  9. PON    ESC "@" ESC "R" 0            Printer on string
  10. POFF                Printer off string
  11. EP    12            End of page string
  12. LF    Y            Linefeeds on
  13.  
  14.     On    Off    Off at CR?    Description
  15.  
  16. H1    ESC "-" 1    ESC "-" 0    Y    Underlined text
  17. H2    ESC "E"    ESC "F"    Y    Bold text
  18. H3    ESC "W" 1    ESC "W" 0    N    Elongated text
  19. H4    ESC "4"    ESC "5"    Y    Italics
  20. H5    ESC "S" 1    ESC "T"    Y    Subscript downup
  21. H6    ESC "S" 0    ESC "T"    Y    Superscript updown
  22. H7    15    18    N    Alternative font
  23. H8    ESC 120 1    ESC 120 0    N    User defined (NLQ)
  24.  
  25.     Translations
  26.       All translations assume the IBM character set (USA mode)
  27.  
  28. "í"    ESC "R" 7 91 ESC "R" 0            inverted exclamation
  29. "ú"    156            pound
  30. "ñ"    ESC "R" 5 36 ESC "R" 0             currency symbol
  31. "Ñ"    ESC "R" 8 92 ESC "R" 0            yen
  32. "ª"    ESC "R" 8 124 ESC "R" 0            broken vertical bar
  33. "º"    ESC "R" 1 93 ESC "R" 0
  34. "¿"    ESC "R" 1 126 ESC "R" 0            diaresis
  35. "░"    248            ring
  36. "┐"    ESC "R" 7 93 ESC "R" 0            inverted query
  37. "─"    ESC "R" 2 91 ESC "R" 0            Capital A umlaut
  38. "┼"    ESC "R" 4 93 ESC "R" 0            Capital A ring
  39. "╞"    ESC "R" 4 91 ESC "R" 0            Capital AE
  40. "╔"    ESC "R" 5 64 ESC "R" 0            Capital E acute
  41. "╤"    ESC "R" 7 92 ESC "R" 0            Capital N tilde
  42. "╓"    ESC "R" 2 92 ESC "R" 0            Capital O umlaut
  43. "╪"    ESC "R" 4 92 ESC "R" 0            Capital O slash
  44. "▄"    ESC "R" 2 93 ESC "R" 0            Capital U umlaut
  45. "▀"    ESC "R" 2 126 ESC "R" 0            double s
  46. "α"    ESC "R" 1 64 ESC "R" 0            a grave
  47. "ß"    ESC "R" 11 64 ESC "R" 0            a acute
  48. "Σ"    ESC "R" 2 123 ESC "R" 0            a umlaut
  49. "σ"    ESC "R" 4 125 ESC "R" 0            a ring
  50. "µ"    ESC "R" 4 123 ESC "R" 0            ae
  51. "τ"    ESC "R" 1 92 ESC "R" 0            c cedilla
  52. "Θ"    ESC "R" 1 123 ESC "R" 0            e acute
  53. "Φ"    ESC "R" 1 125 ESC "R" 0            e grave
  54. "∞"    ESC "R" 6 126 ESC "R" 0            i grave
  55. "φ"    ESC "R" 11 123 ESC "R" 0            i acute
  56. "±"    ESC "R" 7 124 ESC "R" 0            n tilde
  57. "≥"    ESC "R" 6 124 ESC "R" 0            o grave
  58. "≤"    ESC "R" 11 125 ESC "R" 0            o acute
  59. "÷"    ESC "R" 2 124  ESC "R" 0            o umlaut
  60. "°"    ESC "R" 4 124 ESC "R" 0            o slash
  61. "∙"    ESC "R" 1 124 ESC "R" 0            u grave
  62. "·"    ESC "R" 11 126 ESC "R" 0            u acute
  63. "ⁿ"    ESC "R" 2 125 ESC "R" 0            u umlaut
  64.  
  65.     Greek characters (must be ASCII 160 onwards)
  66. "á"    228            sigma (160)
  67. "└"    233            theta (192)
  68. "┴"    232            small theta (193)
  69. "┬"    224            alpha (194)
  70. "├"    235            delta (195)
  71. "╢"    227            Pi    (182) 
  72. "╡"    230            mu    (181)
  73. "Ç"    251            square root (148)
  74. "╜"    171            half (187)
  75. "╝"    172            quarter (186)
  76. "½"    174            less than less than 171
  77. "╗"    175            greater than 185
  78. "≈"    246            divided sign (247)
  79.  
  80. HMIP    27 "M" 27 32            HMI prefix
  81. HMIS                HMI suffix
  82. HMIO    246            HMI offset
  83.  
  84.     End of PipeDream printer driver
  85.