Download Print this page

Citizen CBM-202PC-04 User Manual page 69

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

Advertisement

[Function]
Specifying/Canceling the Inverted Characters
[Code]
<1B>H<7B>H<n>
[Range]
{0 n FF}
[Outline]
Specifying/canceling inverted characters.
[Caution]
[Default]
[Sample Program]
LPRINT CHR$ (&H1B) + "{" + CHR$ (0) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT "BBBBB" + CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "{" + CHR$ (1) ;
LPRINT "AAAAA" + CHR$ (&HA) ;
LPRINT "BBBBB" + CHR$ (&HA) ;
[Print Results]
Data is described in Hex code.
"n" is valid only for the lowest bit (n0).
Bit n (n0) means the followings.
n0
0
1
Inverted printing means printing the line at 180 turned.
This is valid only when this is specified at the beginning of a line.
The initial value of n is "0".
Condition
Canceling inverted characters.
Specifying inverted characters.
69
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading