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

  1.     Assuming the dipswitches are set for letter quality, this 
  2.     driver sends the codes for a left margin of eight 
  3.     characters (change the '56' in the 'printer on' string to 
  4.     alter the size of the margin) and then the codes for draft 
  5.     quality. This prints in a little more than half the time 
  6.     with half the ink required for letter quality. Please note 
  7.     that italics are not available on the standard DeskJet. You 
  8.     will need one of the optional font cartridges to use 
  9.     highlight 4. The 'printer off' string of '12' ensures the 
  10.     last sheet of paper is ejected after printing is completed.
  11.                 Description
  12.  
  13. PON    ESC "E" ESC 38 97 56 76 ESC 40 115 49 81             Printer on string
  14. POFF    12            Printer off string
  15. EP    12            End of page string
  16. LF    Y            Linefeeds
  17.  
  18.     On    Off    Off at CR?    Description
  19.  
  20. H1    ESC 38 100 51 068    ESC 38 100 64    Y    Underlined text
  21. H2    ESC 40 115 51 66    ESC 40 115 48 66    Y    Bold text
  22. H3            Y    Extended characters
  23. H4    ESC 40 115 49 83    ESC 40 115 48 83    Y    Italics
  24. H5    ESC 40 115 54 118 45 49 85    ESC 40 115 49 50 118 48 85    Y    Subscript downup
  25. H6    ESC 40 115 54 118 43 49 85    ESC 40 115 49 50 118 48 85    Y    Superscript updown
  26. H7            N    Alternative font
  27. H8            N    User defined (NLQ)
  28.  
  29.     Translations
  30.  
  31.     ESC 82 3 35 ESC 82 0            Send ` sign
  32.  
  33.  
  34. HMIP                HMI prefix
  35. HMIS                HMI suffix
  36. HMIO                HMI offset
  37.