C.ITOH C310 User Manual page 98

Dot matrix serial impact printer
Table of Contents

Advertisement

ESC A/ESC B/ESC T
(n)
Code
Select Line Feed Spacing
Hex. code
Dec. code
Hex. code
Dec. code
«Format»
ESCA
Hex. data
Dec. data
ESCB
Hex. data
Dec. data
ESC T (n)
Hex. data
Dec. data
1;;mun;
«Sample Program»
«Printing»
ESC A
(1B), (41)
(27), (65)
ESC T (n)
ESC B
(lB), (42)
(27), (66)
(lB), (54) (nl n2)
nl n2
=
00-99
(27), (84), (nl n2)
nl n2=00-99
These codes set the line feed spacing.
ESC A selects 1/6" line feed, or 6LPI and ESC B selects 1/8" line feed or 8 LPL
ESC T (n) selects n/144" line feed.
n is a two-digit decimal number. To set 10/144" line feed, nl =1 and n2=0 (31H
30H or 49 48).
LPRINT CHR$ (&H1B);
"A''
LPRINT CHR$ (27); ''A''
LPRINT CHR$ (&H1B); "B"
LPRINT CHR$ (27); "B"
LPRINT CHR$ (&H1B); "Tn1n2"
LPRINT CHR$ (27); "Tn1n2"
Select 1/6" line feed and print ''ABCDEFG".
After a line feed is performed, select 1/8" line feed and print ''ABCDEFG".
After line feed, select 14/144" line feed and print ''ABCDEFG".
After line feed, select 48/144" and print ''ABCDEFG" three times.
10 LF'f'lNT CHR$ C27); "AABCDEFG"
20 LPR I NT CHR$ ( 27) ; "BABCDEFG"
30 LF'RINT CHRt: (27); "T14ABCDEFG"
40 LPRINT CHRt C27l ; "T48ABCDEFG"
50
LPRINT "ABCDEFG"
60
LPRINT "ABCDEFG"
AE<CDEFG
ABCDEFG
~EEBl~rn
ABCDEFG
ABCDEFG
5-10
Reduction Percent (70%)

Advertisement

Table of Contents
loading

Related Products for C.ITOH C310

This manual is also suitable for:

C310p/r

Table of Contents