33
ESC+”Q”+n: Switch character set of ANK2
HEX:1B + 51 + n
DEC:27 + 81 + n
N=0: JIS character set ( default value )
N=1: IBM compatible character set
*) The detail of the each code is refer to the code chart.
5) Bit
Image
ESC+”V”+n1+n2+DATA: Set MSB bit image
HEX: 1B+56+n1+n2+image data
DEC: 27+86+n1+n2+image data
Prints the image data by bit image.
・
Sets the number of bit image by n1 ( lower-order byte ) +n2( higher-order byte).
・
The number of dot lines=n2
×
The number of data of 1 dot line =The number of
image data. Input the data equal to the number of image data.
・
Input the image data from the left end of the highest-order dot line to the right
end of the lowest-order dot line.
・
Data will be printed so that the most significant bit ( MSB ) appears on the left
margin.
ESC+”v”+n1+n2+DATA: Set LSB bit image
HEX: 1B+76+n1+n2+image data
DEC: 27+118+n1+n2+image data
Prints the image data by bit image.
・
Sets the number of dot lines of bit image by n1 ( lower-order byte )+n2 ( higher-
order bytes ).
・
The number of dot lines =n2
×
256+n1
0
≦
n1n2
≦
65535
DEC
n1=n2=0 is ignored.
・
The number of data per dot line=48 bytes
・
The number of dot lines set by n1 and n2
×
The number of data of dot line=The
number of image data. Input the data equal to the number of image data.
・
Input the image data from the left end of the highest-order dot line to the right
end of the lowest-order dot line.
・
Data will be printed so that the least significant bit ( LSB ) appears on the left