Citizen CBM1000II Command Reference Manual page 31

Line thermal printer
Hide thumbs Also See for CBM1000II:
Table of Contents

Advertisement

ESC 2
[Function]
[Code]
[Outline]
[Caution]
[Sample Program]
[Print Results]
Specifying 1/6-inch line feed rate
<1B>H<32>H
The line feed rate per line is specified by 1/6 inch.
Line feed rate can be specified respectively for both STANDARD
MODE and PAGE MODE.
LPRINT "AAAAA" + CHR$(&HA);
LPRINT CHR$(&H1B) + "3" + CHR$(0);
LPRINT "AAAAA" + CHR$(&HA);
LPRINT CHR$(&H1B) + "3" + CHR$(50);
LPRINT "AAAAA" + CHR$(&HA);
LPRINT CHR$(&H1B) + "2";
LPRINT "AAAAA" + CHR$(&HA);
LPRINT "AAAAA";
LPRINT CHR$(&H1B) + "J" + CHR$(100);
LPRINT "AAAAA" + CHR$(&HA);
LPRINT "AAAAA" + CHR$(&HA);
END
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
— 29 —
1/6-inch line feed
0/203-inch line feed
50/203-inch line feed
1/6-inch line feed
100 /203-inch line feed
1/6-inch line feed

Advertisement

Table of Contents
loading

Table of Contents