Citizen BD2-2890DD Specifications page 27

Control board for mlt-289
Table of Contents

Advertisement

ESC SP n
Setting the right space amount of the character
[Function]
[Code]
<1B>H<20>H<n>
{0 =< n=< 20} Data is described in Hex code.
[Range]
[Outline]
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 doublewide mode is made double of the set volume.
[Caution]
[Default]
n = 0
[Sample Program]
LPRINT CHR$ (&H1B) + " " + CHR$ (0);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + " " + CHR$ (1);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + " " + CHR$ (12);
LPRINT "AAAAA" + CHR$ (&HA);
[Print Results]
0-dot space
1-dot space
12-dot space
23
BD2-2890DD SPECIFICATIONS

Advertisement

Table of Contents
loading

Table of Contents