beautypg.com

Citizen Systems CBM-253 User Manual

Page 66

background image

CBM-253 User’s Manual

54

CITIZEN

[Program example]

[Printing result]

LPRINT "AAAAA" ;

LPRINT CHR$ (&HIB) + "=" + CHR$ (0) ;

LPRINT "aaaaa" + CHR$ (&HA) ;

LPRINT CHR$(&HIB) + "=" + CHR$(1) ;

LPRINT "AAAAA" + CHR$ (&HA) ;

Esc @

[Name] Printer

initialization

[Code]

<1B>H <40>H

[Function]

Clears the data in the print buffer, and sets various settings to the initial conditions.

(Default conditions)

[Items requiring caution]

The setting contents of the dip switches will not be read in again during this operation.

The data in the receiving buffer will not be cleared during this o peration.

[Program example]

[Printing result]

LPRINT CHR$ (&H1B) + " !" + CHR$ (&H30) ;

LPRINT CHR$(&H1B) + "V" + CHR$(1);

LPRINT "AAA" + CHR$ (&HA) ;

LPRINT CHR$ (&H1B) + "@" ;

LPRINT "AAA" + CHR$ (&HA) ;