LR1100 Programming Manual V1.2
[Format]
ASCII ESC m
Hex
1B 6d
Decimal 27 109
[Description] ESC m select a paper cutting mode and then partial cut the paper.
ESC 9 n
[Name]
Select Chinese code format
[Format]
ASCII ESC 9 n
Hex 1B 39 n
Decimal 27 57 n
[Description] Select Chinese code format, n from the character code table as follows
:
0: GBK code
1: UTF-8 code
3: BIG5 code
NOTE
:
This version does not support English.
FS p n m
[Name]
Print NV bit image
[Format]
ASCII FS p n m
Hex
1C 70 n m
Decimal 28 112 n m
[Range]
1
n
255
0
m
3 , 48
m
51
[Description] Prints NV bit image n using the mode specified by m.
m
Mode
Vertical Dot Density
Horizontal Dot Density
0, 48
Normal
203.2 dpi
203.2 dpi
1, 49
Double-width
203.2 dpi
101.6 dpi
2. 50
Double-height
101.6 dpi
203.2 dpi
3, 51
Quadruple
101.6 dpi
101.6 dpi
n is the number of the NV bit image (defined using the
FS q
command).
m specifies the bit image mode.
[Detail]
NV bit image is a bit image defined in non-volatile memory by
FS q
and printed by
FS p
.
This command is not effective when the specified NV bit image has not been
defined.
In standard mode, this command is effective only when there is no data in the print
buffer.