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”\(

Command Line Mode:
Command Description
[ESC]M[ESC]2↵
Q360,240↵
D400↵
B10,5,0,30,1,”A1B2C3D4”↵
B380, 5,1,55,0,”$1,234.56”↵
B250,220,2,60,1,”Verse” ↵
P1↵
[ESC]M[ESC]1↵
Switch to Command Line Mode.
Set a 360(wide)*240(long) ticket size
Set density 400
Set a barcode “A1B2C3D4”, starting at (10,5),
direction x, height 30, with readable text
Set a barcode “$1,234.56”, starting at (380, 5),
direction y, height 55, without readable text
Set a barcode “Verse”, starting at (250,220),
direction –x, height 60, with readable text
Print defined ticket
Switch back to text mode (default mode)
Result:
B-4