Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 67

Line thermal printer
Inhaltsverzeichnis

Werbung

ESC
{
n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]
[Print Results]
Specifying/Canceling the Inverted Characters
<1B>H<7B>H<n>
{0 ≤ n ≤ FF}
Data is described in Hex code.
Specifying/canceling inverted characters.
• "n" is valid only for the lowest bit (n0).
• Bit n (n0) means the followings.
n0
0
Canceling inverted characters.
1
Specifying inverted characters.
• Inverted printing means printing the line at 180° turned.
• This is valid only when this is specified at the beginning of a line.
• The initial value of n is "0".
LPRINT CHR$ (&H1B) + "{" + CHR$ (0) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT "BBBBB" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "{" + CHR$ (1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT "BBBBB" + CHR$ (&HA) ;
Condition
66
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis