Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 44

Line thermal printer
Inhaltsverzeichnis

Werbung

CR
[Function]
[Code]
[Outline]
[See Also]
[Sample Program]
ESC
SP
n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Default]
[Sample Program]
[Print Results]
Print
<0D>H
1) When DS 1 -2 is OFF:
This command is ignored.
2) When DS 1- 2 is ON:
With data held inside the internal print buffer, printing and line feed are
performed.
Without data inside the internal print buffer, however, no printing is performed.
LF
LPRINT "AAA" + CHR$ (&HD) ;
LPRINT "BBB" + CHR$ (&HD) ;
LPRINT CHR$ (&HD) ;
LPRINT "CCC" + CHR$ (&HD) ;
Setting the right space amount of the character
<1B>H<20>H<n>
{0 ≤ n ≤ 20}
Data is described in Hex code.
The rightward space amount is set in dot unit (1/203 inch unit).
In the initial value, it is n=0.
The rightward space amount in double wide mode is made double of the set volume.
n = 0
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
[Print Results]
" + CHR$ (0) ;
" + CHR$ (1) ;
" + CHR$ (12) ;
43
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis