Download Print this page

Citizen CBM-202PC-04 User Manual page 54

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

Advertisement

[Function]
Specifying/ Canceling Underline
[Code]
<1B>H<2D>H<n>
[Range]
{0 n 02}
[Outline]
Specifying/canceling an underline.
Types of underlines by n value are shown below:
[Caution]
An underline is attached to the full character width. It is, however, not attached to the
part having been skipped by horizontal tab command.
An underline is not attached to a 90° - right-turned characters.
Specification/cancellation with this command is invalid to Kanji.
[See Also]
ESC !, FS –
[Sample Program]
LPRINT CHR$ (&H1B) + "–" + CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) + "–" + CHR$ (1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
[Print Results]
[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.
[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) ;
Data is described in Hex code.
n (Hex)
0
1
Specifying an underline for 1-dot width.
2
Specifying an underline for 2-dots width.
[Print Results]
54
CBM-202PC-04 User's Manual
Type
Canceling an underline.
CITIZEN

Advertisement

loading