25
30) Select of HRI character style :<<GS f n>>
Code
: [1D] h + [66] h + n
* [00
≤
n
≤
01] h
Description : Selects HRI character style in printing barcode.
n has the following meaning.
n(hex)
Style
00
Font
A
01
Font
B
Default value of n is [00] h.
31) Assign peripheral devices
:<< ESC = n >>
Code
: [1B] h + [3D] h + n
* [01
≤
n
≤
03 ] h
Description : Data from host PC assigns valid device.
n has the following meaning.
Values
Bit
Peripheral device
0 1
0 journal printer
reset
set
1 not defined
2 not defined
3 not defined
4 not defined
5 not defined
6 not defined
7 not defined
1) When journal printer is not assigned by b0=1, all data from host PC will be
removed.
2) When receipt printer is assigned by b0=1, all data from host PC will be
internally treated by journal printer.
3) The default value of n is [01] h.
32) Print position alignment
:<< ESC a n >>
Code
: [1B] h + [61] h + n
* [00
≤
n
≤
02] h
Description : Aligns all data, excluding NV bit image, on a line to the assigned
position.
Explanation : n values assign following justification.
n(hex)
Position
00
left
01
center
02
right
This command is only valid when it is input at the head of a line.
The default value of n is [00] h.