User Guide

70
ITEM SYMBOL Hexadecimal Decimal FUNCTION
Draft download m=14h indicates a draft download character.
NLQ download m=15h indicates a NLQ download character.
[26] ESC A n [1B,41,n] H [27,65,n] D Sets line spacing to n/72" (1n255)
This command becomes effective by ESC 2.
[27] ESC B n1 n2... [1B,42,n1,n2,...n64,00] H Sets vertical tab positions beginning from n1 and end
n64 NUL [27,66,n1,n2,...n64,0] D with NUL [00]H. n=1 is the second line from TOF.
[28] ESC C n [1B,43,n] H [27,67,n] D Sets page length in line unit (1n255).
The current print line becomes TOF (top of form).
[29] ESC C NUL n [1B,43,00,n] H [27,67,0,n] D Sets page length in inch unit (1n151).
The current print line becomes TOF (top of form).
[30] ESC D n1 [1B,44,n1,n2,...n28,00] H Sets horizontal tab position (1n255).
n2...n28 NUL [27,68,n1,n2,...n28,0] D n indicates the number of spaces from the left margin
with the character width at the command execution.
n=1 is at the first character from the left margin.
[31] ESC E [1B,45] H [27,69] D Sets emphasized character mode.
[32] ESC F [1B,46] H [27,70] D Cancels emphasized character mode.
[33] ESC G [1B,47] H [27,71] D Sets double strike character mode.
[34] ESC H [1B,48] H [27,72] D Cancels double strike character mode.
Offset String length
1 2 3 4 5 6 7 8 9 10 11
1
2
3
4
5
6
7
8
d7
b7 b6 b5 b4 b3 b2 b1 b0
Attribute (a1)
0: ascender (pins 1-8)
1: descender (pins 2-9)
b7 b6 b5 b4 b3 b2 b1 b0
Attribute (a2)
String length (1-11)
Offset (0-10)
Data = d1-d11
00: 8x11 dots
01: 12x11 dots,
line 8 is copied to lines 9-12
10: 12x11 dots,
lines 1-4 are copied to lines 9-12
8(h) x 11(W) dots
1 5 10 15 20 23
d16 1st byte 2nd byte
b7 b6 b5 b4 b3 b2 b1 b0
Attribute (a1)
00: 16x23 dots
01: 24x23 dots, lines 15-16 are copied
to lines 17-24
10: 24x23 dots, lines 1-8 are copied to
lines 17-24
16(h) x 23(W) dots
Attribute (a2) = Don't care
Data = d1-d23
B. Control code summary (IBM)