Citizen CT-S300 Printer User Manual


 
43
2.2.4 Line Feed Span Commands
ESC 2
[Function] Specifying 1/6-inch line feed rate
[Code] <1B>H<32>H
[Outline] The line feed rate per line is specified by 1/6 inch.
[Caution] Line feed rate can be specified respectively for both STANDARD MODE and PAGE
MODE.
[Sample Program]
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);
[Print Results]
1/6-inch line feed
0/360-inch line feed
50/360-inch line feed
1/6-inch line feed
100 /360-inch line feed
1/6-inch line feed
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA
AAAAA