Manual
Table Of Contents
- MP-20
- 2.pdf
- 6.pdf
- cover MP20.pdf
- cover MP20.pdf
- 2.pdf
- 6.pdf
- cover MP20.pdf
- 2.pdf
- 6.pdf
- Character mode
- 2Command Line mode
- Maximum number of letters printable on paper
- Start coordinate (x, y)
- Barcode direction
- Inter-character gap (dot)
- Narrow bar width (dot)
- Wide bar width (dot)
- Bar height (dot)
- With human-readable text
- Human-readable text font
- Human-readable text position
- Bx,y,rotate,height,withAscii,”text”\(

Appendix B. COMMAND SET EXAMPLES
Command Description
Q250,384!
D500!
B20,10,0,40,0,"CODE 39"!
B20,80,0,60,1,"Readable"!
B20,190,0,25,1,"narrow"!
P1!
Set label size: width 384, length 200 (points).
Set density 500.
Draw code-39 barcode of the string “CODE 39”. Start at coordinate x:20,
y: 10; direction 0; barcode height 40; no human readable text.
Draw code-39 barcode of the string “Readable”. Start at coordinate x:20, y:
80; direction 0; barcode height 60; has human readable text.
Draw code-39 barcode of the string “narrow”. Start at coordinate x:20, y:
190; direction 0; barcode height 25; has human readable text.
Print one label.
Result:
Continued =>
B-1