Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 52

Line thermal printer
Inhaltsverzeichnis

Werbung

ESC − n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[See Also]
[Sample Program]
[Print Results]
ESC
2
[Function]
[Code]
[Outline]
[Sample Program]
Specifying/Canceling Underline
<1B>H<2D>H<n>
{0 ≤ n ≤ 02} data is described in Hex code.
Specifying/canceling an underline.
• Types of underlines by n value are shown below:
n (Hex)
0
1
Specifying an underline for 1-dot width.
2
Specifying an underline for 2-dots width.
• 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.
ESC !, FS −
LPRINT CHR$ (&H1B) + "−" + CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) + "−" + CHR$ (1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
Specifying 1/6-inch Line Feed Rate
<1B>H<32>H
The line feed rate per line is specified by 1/6 inch.
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) ;
Type
Canceling an underline.
[Print Results]
51
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis