Citizen Systems CBM-291 Power Supply User Manual


 
CITIZEN 40
(26) specifying/Canceling Inverted Characters (ESC { )
Code : [1B]h + [7B]h + n
* {0 n FF} Data is described in Hex code.
Specifying/canceling inverted characters.
l "n" is valid only for the lowest bit (n0).
l Bit n (n0) means the followings.
n0 Condition
0 Canceling inverted characters.
1 Specifying inverted characters.
l Inverted printing means printing the line at 180° turned.
l This is valid only when this is specified at the beginning of a line.
l The initial value of n is "0".
(27) Specifying/Canceling 90° -right- turned Characters (ESC V n)
Code : [1B]h + [56]h + n
*{0 n 1} Data is described in Hex code.
Specifying/canceling characters 90°-right- turned character.
l No underlines are attached to 90°-right- turned characters .
l "n" means the followings.
n (Hex) Condition
0
Canceling
90° -right- turned Characters
1
Specifying
90° -right- turned Characters
l The initial value of n is "0".
(28) Specifying Absolute Positions (ESC $ n1 n2)
Code : [1B]h + [24]h + n1 + n2
* {0 n1 FF}
{0 n2 1} Data is described in Hex code.
The printing start position is specified in the number of dots from the beginning of line.
(1/20 inch unit)
l The number of dots is divided by 256, whose quotient is taken as n2 and the residual as n1.
Therefore, the printing start position is equal to n1 + n2 x 256 from the beginning of line..
l Specifying beyond the line end is ignored.
l In case underline is specified, no underline is provided to the skipped portion.
(29) Specifying Relative Positions (ESC ¥ n1 n2)
Code : [1B]h + [5C]h + n1 + n2
* {0 n1 FF}
{0 n2 FF} Data is described in Hex code.
The printing start position is specified in the number of dots from the current position.
l Rightward direction is taken as plus and leftward direction as minus.
l To specify N dot in minus (left) direction, use a complement of N for assignment.
- N dots = 65536 - N
l The number of dots is divided by 256, whose quotient is taken as n2 and the residual as n1.
l Specifying exceeding the end of line is ignored.
l In case underline is specified, no underline is provided to the skipped portion.