Product specifications
SLCS Programming Manual 
Rev. 1.24 
- 66 -
2-6-7 BMP 
Send BMP format file directly to printer. 
  Just white/black BMP file is supported 
Syntax 
  BMPp1,p2↓ 
  Data string of *.bmp 
Parameters 
p1 : Horizontal position (X) [dot] 
p2 : Vertical position (Y) [dot]   
1. ↓ means ‘CR(+LF)’ 
2. There is comma(,) between p1 and p2. 
3. After p2(Before sending BMP data string) ‘CR(+LF)’ must follow. 
Example 
In dos mode, 
COPY bmp.txt+image2.bmp+P.txt LPT1 /b 
BMP200,200 ↓  
Bmp.txt 
P1 ↓  
P.txt 










