Quick pcos reference chart – TransAct Technologies ITHERM 280 User Manual

Page 78

Advertising
background image

Programming Codes

iTherm

®

280 Programmer’s Guide

Page 76

Rev C

28-07764

Quick PcOS Reference Chart

Description

ASCII

Hex

IPCL equivalent
code

Page

Low Level paper Motion

Line feed.

[LF]

0AH

&%LF

82

Carriage return.

[CR]

0DH

&%CR

82

Horizontal Motion

Back space.

[BS]

08H

&%BS

83

Horizontal tab.

[HT]

09H

&%HT

83

Set horizontal tab stops.

[ESC] D <n1> <n2>
... <ni> <0>

1BH,44H

none

83

Set horizontal position.

[ESC] n <n1> <n2>

1BH,6EH

&%HP<m1>
<m2> <m3>

84

Set justification.
n=0 Left
n=1 Center
n=2 Right
n=8 Left (No line feed)
n=9 Center (No line feed)
n=10 Right (No line feed)

[ESC] a <n>

1BH,61H

&%JR {n=2}
&%JC {n=1}
&%JL {n=0}

84

Reset horizontal and vertical tab stops.

[ESC] R

1BH,52H

&%HV

84

Set left/right print margins.
n

1

= Left margin, n

2

= Right margin

[ESC] X <n

1

><n

2

>

1BH,58H

none

161

Select Minimum character Height and
Width in points

[ESC] + P<w><h>

1BH 50H

none

278

Select Minimum character Height and
Width in ¼ points

[ESC] + p<w><h>

1BH 70H

none

278

Vertical Motion

Perform a fine line feed.

[ESC] J <n>

1BH,4AH

&%FM <m

1

>

<m

2

> <m

3

>

85

Set 1/8-inch line spacing.

[ESC] 0

1BH,30H

&%ST

86

Set 7/72-inch line spacing.

[ESC] 1

1BH,31H

&%SG

86

Begin variable line spacing. (Enable [ESC]
A <n>).

[ESC] 2

1BH,32H

none

87

Set variable line spacing to n/216 inch.

[ESC] 3 <n>

1BH,33H

&%SV <m

1

>

<m

2

> <m

3

>

85

Set variable line spacing to n/72 inch.

[ESC] A <n>

1BH,41H

none

86

Feed <n> lines at current spacing.

[ESC] d <n>

1BH,64H

&%FL <m

1

>

<m

2

>

87

Set vertical tab stops.

[ESC] B <n

1

> <n

2

>

<n

3

>...<n

i

> 0

1BH,42H

none

88

Vertical tab.

[VT]

0BH

&%VT

88

Form feed.

[FF]

0CH

&%FF

89

Feed to black dot

[ESC][VT]

1BH,0BH

None

91

Set top of form.

[ESC] 4

1BH,34H

&%TF

89

Set form length in lines.

[ESC] C <n>

1BH,43H

&%SL <m

1

>

<m

2

>

89

Select Minimum character Height and
Width in points

[ESC] + P<w><h>

1BH 50H

none

278

Select Minimum character Height and
Width in ¼ points

[ESC] + p<w><h>

1BH 70H

none

278

Begin auto line feed. (n=0, end n=1)

[ESC] 5 <n>

1BH,35H

&%CA {n=0}
&%MA {n=1}

90

Set form length in inches.

[ESC] C [NUL] <n>

1BH,43H

&%SI <m

1

>

<m

2

>

89

Advertising