home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / CPRT102.ZIP / IBM_PROP.CFG < prev    next >
Text File  |  1992-04-12  |  1KB  |  53 lines

  1. * CPRT - IBM PROPRINTER X24 - PRINTER CONFIGURATION FILE
  2. * Comment must be the last thing on a line and start with a *
  3. * Control codes must be seperated by spaces.
  4. * Codes in decimal must end with a 'd'.  e.i. 27d 72
  5. * Codes in Hex must end with a 'h'.      e.i. 1Bh 48h
  6. * Ascii is assumed.                      e.i. ^[  H
  7. * '^' indicates the following character is a controll character. ^[ = esc.
  8. * If a ^ character is needed, use the decimal or hex notation.
  9. * If a / character is needed, use the decimal or hex notation. The ascii
  10. * notation is reserved for future use.
  11.  
  12. Destination   LPT1
  13.  
  14. Init       11h              * Set print controls before starting
  15. Restore                     * Reset print controls after starting
  16.  
  17. DoubleStrikeOn  ^[ G
  18. DoubleStrikeOff ^[ H
  19.  
  20. CompressedOn  0fh
  21. CompressedOff 12h
  22.  
  23. HighLightOn   1Bh E
  24. HighLightOff  1Bh F
  25.  
  26. 10CPI         12h
  27. 12CPI         1Bh 3Ah
  28. * 15CPI
  29. 17CPI         0Fh
  30. * 20CPI
  31.  
  32. 6LPI          1Bh 32h
  33. 8LPI          1Bh 30h
  34.  
  35. BOLDON        1Bh G
  36. BOLDOFF       1Bh H
  37.  
  38. * ITALICON      1Bh 4
  39. * ITALICOFF     1Bh 5
  40.  
  41. UNDERSCOREON  1Bh 2Dh 1
  42. UNDERSCOREOFF 1Bh 2Dh 0
  43.  
  44. FONT1         1Bh 6Bh 0
  45. FONT2         1Bh 6Bh 1
  46. FONT3         1Bh 6Bh 2
  47. FONT4         1Bh 6Bh 3
  48. FONT5         1Bh 6Bh 4
  49. FONT6         1Bh 6Bh 6
  50.  
  51. *Draft
  52. NLQ           1Bh 73d 2d
  53.