Download Print this page

Citizen CBM-202PC-04 User Manual page 46

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

Advertisement

[Function]
Print Command
[Code]
<0D>H
[Outline]
1) When the function selecting terminal(Gate Array Pin 32) is HIGH.
2) When the function selecting terminal(Gate Array Pin 32) is LOW.
[See Also]
LF
[Sample Program]
LPRINT "AAA" + CHR$ (&HD) ;
LPRINT "BBB" + CHR$ (&HD) ;
LPRINT CHR$ (&HD) ;
LPRINT "CCC" + CHR$ (&HD) ;
[Function]
Setting the right space amount of the character
[Code]
<1B>H<20>H<n>
[Range]
{ 0 n 20 }
[Outline]
The rightward space amount is set in dot unit (1/203 inch unit).
In the initial value, it is n=0.
[Caution]
The rightward space amount in double wide mode is made double of the set volume.
[Default]
n = 0
[Sample Program]
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "
LPRINT "AAAAA" + CHR$ (&HA) ;
[Print Results]
This command is ignored.
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.
Data is described in Hex code.
[Print Results]
" + CHR$ (0) ;
" + CHR$ (1) ;
" + CHR$ (12) ;
46
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading