Programming Codes iTherm
®
280 Programmer’s Guide
Page 198 Rev K
Function Select Print Mode(s)
ASCII [ESC] ! <n>
Hexadecimal 1BH 21H <n>
Decimal <27> <33> <n>
Range 0 n 255
Description The [ESC] ! <n> command selects print modes using <n> as follows. The default
character font is 7 x 9. The defaults for the other print modes are set to <n> = 1.
Select 9 x 9 character font.
Select 7 x 9 character font.
Emphasized mode is not selected.
Emphasized mode is selected.
Double-height mode is not selected.
Double-height mode is selected.
Double-wide mode is not selected.
Double-wide mode is selected.
Underline mode is not selected.
Underline mode is selected.
Table 28 Print Modes
Function Turn ON/OFF Underline Mode
ASCII [ESC] - <n>
Hexadecimal 1BH 2DH <n>
Decimal <27> <45> <n>
Range <n> = 0, 1, 48, 49
Description The [ESC] - <n> command turns on or off underline mode. When <n> = 1 or 49,
underline mode is turned on, and when <n> = 0 or 48, underline mode is turned
off. The default setting is <n> = 0.
Function Turn ON/OFF Emphasized Mode
ASCII [ESC] E <n>
Hexadecimal 1BH 45H <n>
Decimal <27> <69> <n>
Range 0 n 255
Description The [ESC] E <n> command turns on or off emphasized mode. When the least
significant bit (LSB) of <n> = 1, emphasized mode is turned on; when it is 0,
emphasized mode is turned off. The default setting is <n> = 0. Emphasized and
double-strike printing appear the same.