Specifications

EM 220
Rev. 1.00
- 38 -
Mobile Printer Command Manual
[Notes]
- yL, yH specifies the defined data in the vertical direction to (yL + yH x
256) dots.
- c specifies the color of the defined data.
C Defined data color
49 Color 1
- Color 1 means black
- When NV graphics data is saved, existing data in NV memory is
removed and updated with new one.
- When NV graphics data are saved, Key codes are given automatically.
<Function 69> BS ^ L pL pH fn c x y (fn=69)
[Format]
[Range]
[Description]
ASCII BS ^ L pL pH fn c x y
Hex 08 5E 4C pL pH fn c x y
Decimal 08 94 76 pL pH fn c x y
(pL + pH x 256) = 3 (pL=3, pH=0)
fn=69
0 c 77
x=1, 2
y=1, 2
Prints the NV graphics data defined by the key codes c. The graphics
data is enlarged by x and y in the horizontal and vertical directions.
<Function 112> BS ^ L pL pH fn a bx by c xL xH yL yH d1...dk (fn=112)
[Format]
[Range]
[Description]
[Notes]
ASCII BS ^ L pL pH fn a bx by c xL xH yL yH d1...dk
Hex 08 5E 4C pL pH fn a bx by c xL xH yL yH d1...dk
Decimal 08 94 76 pL pH fn a bx by c xL xH yL yH d1...dk
BS ^ L parameter
11 (pL + pH x 256) 65535 (0 pL 255, 0 pH 255)
fn=112, a=48
bx=1, 2
by=1, 2
c=49
1 (xL + xH x 256) 1024
1 (yL + yH x 256) 1200 (when by = 1)
k = ( int ( ( xL + xH x 256 ) + 7 ) / 8 ) x ( yL + yH x 256 )
Stores the raster graphics data, enlarged by bx and by in the horizontal
and vertical directions to the print buffer.
- xL, xH specifies the raster graphics data in the horizontal direction
as (xL + xH x 256) dots.
- yL, yH specifies the raster graphics data in the vertical direction to
(yL + yH x 256) dots.
- c specifies the color of the defined data.
c Printing color
49 Color 1
- Color 1 means black
In standard mode, each color can be defined only once.