Epson ActionPrinter 5500 Product Support Bulletin(s) - Page 9

Epson ActionPrinter 5500 - ActionPrinter-5500 Impact Printer Manual

Page 9 highlights

PSB No: P-0082 Page: 9 of 14 ESC t n is the command for selecting a character table to be used for printing where n is a variable. The following table lists the values for n and the character table associated with the value. I nI Table II I 3 I PC437 (US) II Table 1 NOTE: 1. Character tables other than those listed above can be assigned by using the ESC ( t command (Assign Character Table). 2 The value used for n can be either the ASCII value OR the ASCII character (i.e. chr$(1) or "1"). In the Basic programming language, the command would look like this. LPRlNT CHR$(27);"t";CHR$(0); CHR$(27) is ESC and CHR$(0) selects table #0 (italic).

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14

PSB No: P-0082
Page: 9 of
14
ESC t n is the command for selecting a character table to be used for printing where
n is a variable. The following table lists the values for n and the character table
associated with the value.
II
n
I
Table
II
II
3
I PC437 (US)
II
Table 1
NOTE: 1. Character tables other than those listed above can be assigned by using
the ESC ( t command (Assign Character Table).
2
The value used for n can be either the ASCII value OR the ASCII character
(i.e. chr$(1) or “1”).
In the Basic programming language, the command would look like this.
LPRlNT CHR$(27);"t";CHR$(0);
CHR$(27) is ESC and CHR$(0) selects table #0 (italic).