TransAct Technologies ITHERM 280 User Manual

Page 81

Advertising
background image

iTherm

®

280 Programmer’s Guide

Programming Codes

28-07764

Rev C

Page 79

Description

ASCII

Hex

IPCL equivalent
code

Page

Process horizontal graphics data.

[ESC] h <color>
<length> <format>
<data>

1BH,68H

none

127

Set horizontal graphic mode.

[ESC] * <m> <0>
<0>

1BH,2AH

none

128

User Store

Begin named macro record.

[ESC] [US] b
<Name..> <0>

1BH,1FH,
62H

&%UB
<Name..><0>

132

Save macro data in user store.

[ESC] [US] m
<Name..> <0>

1BH,1FH,
6DH

&%UM
<Name..><0>

133

End named macro record.

[ESC] [US] e
<Name..> <0>

1BH,1FH,
65H

&%UG
<Name..><0>

133

Load item from user store.

[ESC] [US] l
<Name..> <0>

1BH,1FH,
6CH

&%UL
<Name..><0>

134

Save user-defined characters.

[ESC] [US] c
<Name..> <0>

1BH,1FH,
63H

&%UC
<Name..><0>

133

Run macro data from user store.

[ESC] [US] r
<Name..> <0>

1BH,1FH,
72H

&%UR
<Name..><0>

134

Flag item as a start-up macro.

[ESC] [US] s
<Name..> <0>

1BH,1FH,
6DH

&%US
<Name..><0>

134

Delete item from user store.

[ESC] [US] d
<Name..> <0>

1BH,1FH,
64H

&%UD
<Name..><0>

134

Flush information from user store.

[ESC] [US] f ALL
<0>

1BH,1FH,
66H,00H

&%UF

135

Transfer user store to extended user store

[ESC] [US] t ALL
<0>

1BH,1FH,
66H,00H

&%UF

135

Report on user store.

[ESC] [US] q
<Name..> <0>

1BH,1FH,
72H

&%UQ
<Name..><0>

136

Return a report on user store

[ESC] [US] ?
<Name..> <0>

1BH,1FH,
72H

&%UQ
<Name..><0>

136

Process user macro.

[ESC] g <0>

1BH,67H,
00H

&%GP

138

Start macro record.

[ESC] g <1>

1BH,67H,
01H

&%GS

138

Stop macro record.

[ESC] g <2>

1BH,67H,
02H

&%GE

138

Stop macro record and save.

[ESC] g <3>

1BH, 67H,
03H

&%GW

138

Bar Codes

Print bar code.
n=0 Interleave 2 of 5
n=1 Code 39
n=2 Code 128
n=3 UPC A
n=4 EAN-13
n=5 UPC E
n=6 EAN-8
n= 7 Code 93
n = 8 Codabar

[ESC] b <n> ...
[ETX]

1BH,62H

&%25 {n=0}
&%39 {n=1}
&%12 {n=2}
&%UP {n=3}
&%EA {n=4}
&%UE {n=5}
&%E8 {n=6}
&%93 {n=7}

139

PDF 417 bar code control

[ESC] [EM] E <f>
<v>

1BH 19H
45H

none

146

Set bar code height.
n=0 Restore defaults
n=1 - 9 Number of passes
(0.11 inch per pass)

[ESC] [EM] B <n>

1BH,19H,
42H

&%BH
<m

1

><m

2

>

147

Set bar code width

[ESC] [EM] W <n>

1BH 19H
57H

&%BW <m>

147

Set bar code justification, HRI print mode,
and print direction.

[ESC] [EM] J <n>

1BH,19H,
4AH

&%BJ<m

1

><m

2

>

147

Unicode

Advertising