Citizen BD2-2890DD Specifications page 50

Control board for mlt-289
Table of Contents

Advertisement

[Sample Program]
GOSUB IMG
LPRINT CHR$ (&H1D) + "/" + CHR$ (0);
LPRINT CHR$ (&H1D) + "/" + CHR$ (1);
LPRINT CHR$ (&H1D) + "/" + CHR$ (2);
LPRINT CHR$ (&H1D) + "/" + CHR$ (3);
END
IMG:
n 1 = 10 : n 2= 5
LPRINT CHR$ (&H1D) + "*";
LPRINT CHR$ (n1) + CHR$ (n2);
FOR J=1 TO n1*8
FOR I=1 TO n2
LPRINT CHR$ (J);
NEXT I
NEXT J
RETURN
[Print Results]
Nomal Mode
Double Width Mode
Double Height Mode
Quadruple Mode
46
BD2-2890DD SPECIFICATIONS

Advertisement

Table of Contents
loading

Table of Contents