Citizen Systems CBM-290 User Manual
Page 36
CITIZEN
36
(10) Specifying 1/6 inch line feed rate (ESC 2)
Code : [1B]h + [32]h
The line feed rate per line is specified by 1/6 inch.
(11) Setting line feed rate of minimum pitch (ESC 3 n)
Code : [1B]h + [33]h + n
* {0
≤
n
≤
FF} data is described in Hex code.
The line feed rate per line is specified by n/360 inch.
l The initial value is n = 60(1/6 inch)(18H), being 4.23 mm line feed rate.
(12) Initializing Printer (ESC @)
Code : [1B]h + [40]h
Clears data stored in the print buffer and brings various settings to the initial state (Default state).
l Data inside the internal input buffer are not cleared.
l Dip switches setting are read once again.
(13) Setting Horizontal Tab Position (ESC D n NUL)
Code : [1B]h + [44]h + n [00]h
* {0
≤
n
≤
FF} Data is described in Hex code.
Specifying a horizontal tab position.
l "n" indicates the no. of columns from the beginning to the horizontal tab position. At this time,
n= set position - 1 is to be specified. For example, to set the position at 9th column,
n=8 is to be specified.
l The tab position is set at position where it is "character width x n" from the line beginning. The
character width, at this time, includes the rightward space amount. In double wide characters,
it is made double of the ordinary case.
l Tab positions can be specified are maximum 32. Specifying exceeding this is ignored.
l ESC D NUL clears all the set tab positions. Following clearing, horizontal tab command is ignored.
l Initial value is specified for each eight characters(9.17.25.33.) of ANK characters.
(14) Specifying/canceling highlighting (ESC E n)
Code : [1B]h + [45]h + n
* {0
≤
n
≤
FF} Data is described in Hex code.
Specifying/canceling the highlighting characters.
l "n" is valid only for the lowest bit (n0).
l Control by the lowest bit (n0) is shown as follows:
n0
Type
0
Canceling highlighting.
1
Specifying highlighting.
l This is effective to all characters.
l Dot configuration of a highlighted character includes one extra dot added at its side.
l The print result of Double printing and highlight character printing is completely same.