Intermec EasyCoder 3240 Developer's Manual page 80

Intermec printer language (ipl)
Hide thumbs Also See for EasyCoder 3240:
Table of Contents

Advertisement

Chapter 4 — Advanced Printer Programming
Origin (0,0)
Hex Data Commands in Example
Data
1B 67 30
21 80 43 C2
66
Direct Graphics Commands: This example shows how the printer loads information in
Direct Graphics mode.
This table shows a hex data file for the example:
1B
67
30
90
22
26
24
82
25
C2
28
The next table explains the hex data file in the example.
Command
Description
<ESC>g0
Enter Direct Graphics mode
0x21
Change origin
80
80 - 80 (LO) = 0x00 -> X0
43 C2
43 - 40 (HI) = 0x03
C2 - 80 (LO) = 0x42
(0x03 ∗ 0x80) + 0x42 = 1C2 -> Y450
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
0,450
21
80
43
C2
84
96
22
22
88
22
21
93
Intermec Printer Language (IPL) Developer's Guide
0 1
2
3
4
5
6 . . . . . .
19
27
90
A8
26
8C
84
43
C2
25
450
.
.
.
.
.
.
.
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
19,450
D5
22
43

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents