TransAct Technologies ITHERM 280 User Manual

Page 201

background image

iTherm

®

280 Programmer’s Guide

Programming Codes

28-07764

Rev C

Page 199

Function

Select Print Mode(s)

ASCII

[ESC] !

Hexadecimal 1BH 21H
Decimal

<27> <33>

Range

0

n

255

Description The [ESC] ! command selects print modes using as follows. The default

character font is 7 x 9. The defaults for the other print modes are set to = 1.

Bit

Off/On

Hexadecimal

Decimal

Function

0

Off

00H

<0>

Select 9 x 9 character font.

On

01H

<1>

Select 7 x 9 character font.

1,2

-

-

-

Undefined

3

Off

00H

<0>

Emphasized mode is not selected.

On

08H

<8>

Emphasized mode is selected.

4

Off

00H

<0>

Double-height mode is not selected.

On

10H

<16>

Double-height mode is selected.

5

Off

00H

<0>

Double-wide mode is not selected.

On

20H

<32>

Double-wide mode is selected.

6

-

-

-

Undefined

7

Off

00H

<0>

Underline mode is not selected.

On

80H

<128>

Underline mode is selected.

Table 23 Print Modes

Function

Turn ON/OFF Underline Mode

ASCII

[ESC] -

Hexadecimal 1BH 2DH
Decimal

<27> <45>

Range

= 0, 1, 48, 49

Description The [ESC] - command turns on or off underline mode. When = 1 or 49,

underline mode is turned on, and when = 0 or 48, underline mode is turned
off. The default setting is = 0.

Function

Turn ON/OFF Emphasized Mode

ASCII

[ESC] E

Hexadecimal 1BH 45H
Decimal

<27> <69>

Range

0

n

255

Description The [ESC] E command turns on or off emphasized mode. When the least

significant bit (LSB) of = 1, emphasized mode is turned on; when it is 0,
emphasized mode is turned off. The default setting is = 0. Emphasized and
double-strike printing appear the same.