home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_2 / issue_06 / extra / PIPED / HPDJLQ < prev    next >
Text File  |  1989-02-16  |  1KB  |  32 lines

  1.     This driver sends the code for a left margin of 8 positions 
  2.     (change the '56' to the ASCII equivalent of the desired 
  3.     margin if you want a larger or smaller left margin e.g.: 
  4.     '54' represents 6, '49 50' represents 12 [the 1 and the 2 
  5.     have to be sent separately]). Italics are only available if 
  6.     you have fitted a suitable font cartridge.
  7.                 Description:
  8. PON    ESC "E" ESC 38 97 56 76              Printer on string
  9. POFF    12            Printer off string
  10. EP    12            End of page string
  11. LF    Y            Linefeeds
  12.  
  13.     On    Off    Off at CR?    Description
  14.  
  15. H1    ESC 38 100 51 068    ESC 38 100 64    Y    Underlined text
  16. H2    ESC 40 115 51 66    ESC 40 115 48 66    Y    Bold text
  17. H3            Y    Extended characters
  18. H4    ESC 40 115 49 83    ESC 40 115 48 83    Y    Italics
  19. H5    ESC 40 115 54 118 45 49 85     ESC 40 115 48 117 49 51 86    Y    Subscript downup
  20. H6    ESC 40 115 54 118 43 49 85    ESC 40 115 48 117 49 51 86    Y    Superscript updown
  21. H7            N    Alternative font
  22. H8            N    User defined (NLQ)
  23.  
  24.     Translations
  25.  
  26.     ESC 82 3 35 ESC 82 0            Send ` sign
  27.  
  28.  
  29. HMIP                HMI prefix
  30. HMIS                HMI suffix
  31. HMIO                HMI offset
  32.