Download Print this page

Citizen CBM-202PC-04 User Manual page 45

Thermal printer mechanical control lsi
Hide thumbs Also See for CBM-202PC-04:

Advertisement

[Function]
Horizontal Tab Command
[Code]
<09>H
[Outline]
Shifts the printing position to the next horizontal tab position.
[Caution]
[See Also]
ESC D
[Sample Program]
LPRINT "0123456789012345678901" ;
LPRINT CHR$ (&HA) ;
LPRINT CHR$ (&H9) + "AAA" ;
LPRINT CHR$ (&H9) + "BBB" ;
LPRINT CHR$ (&HA);
LPRINT CHR$ (&H1B) + "D" ;
LPRINT CHR$ (3) + CHR$ (7) + CHR$ (14) + CHR$ (0) ;
LPRINT CHR$ (&H9) + "AAA" ;
LPRINT CHR$ (&H9) + "BBB" ;
LPRINT CHR$ (&H9) + "CCC" + CHR$ (&HA) ;
[Print Results]
[Function]
Printing and Paper Feed
[Code]
<0A>H
[Outline]
Prints data inside the input buffer and feeds lines based on the line feed amount having
been set.
[See Also]
ESC 2, ESC 3
[Sample Program]
LPRINT "AAA" + CHR$ (&HA) ;
LPRINT "BBB" + CHR$ (&HA) ;
LPRINT CHR$ (&HA) ;
LPRINT "CCC" + CHR$ (&HA) ;
Ignored when the next horizontal tab position has not been set.
The horizontal tab position is set by ESC D.
Initial setting of the horizontal tab position is each 8 characters in 9th, 17th, 25th,
columns.
The head of the line becomes the next print starting position.
[Print Results]
45
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading