ESC/ P Command Reference
Table Of Contents
- Control Code List
- Print area
- Characters
- Print position
- Line feed amount
- Document creation flow
- Control command details
- Character/style selection commands
- Text printing commands
- ESC 4 Apply italic style
- ESC 5 Cancel italic style
- ESC E Apply bold style
- ESC F Cancel bold style
- ESC G Apply double-strike printing
- ESC H Cancel double-strike printing
- ESC P Specify pica pitch
- ESC M Specify elite pitch
- ESC g Specify micron pitch
- ESC p Specify proportional characters
- ESC W Specify double width characters
- SO Specify auto-cancelling enlarged characters
- ESC SO Specify auto-cancelling enlarged characters
- SI Specify reduced characters
- ESC SI Specify reduced characters
- DC2 Cancel reduced characters
- DC 4 Cancel auto-cancelling double-width characters
- ESC – Applies/cancels underlining
- ESC ! Global formatting
- ESC SP Specify character spacing
- ESC X Specify character size
- Line feed commands
- Horizontal direction movement commands
- Vertical movement commands
- Paper formatting
- Printer control commands
- Graphics commands
- Advanced commands
- ESC i B Bar code
- ESC i Q 2D Bar code QR codes
- ESC i P QR code version setting
- ESC i V 2D bar code PDF417
- ESC i D 2D bar code DataMatrix control
- ESC i M 2D bar code MaxiCode control
- ESC i F Print downloaded data
- ESC i a Switch command mode
- ESC i S Request printer status
- ESC i L Select landscape orientation
- ESC i C Specify cutting
- ESC iXQ2 Select default character style
- ESC iXQ1 Retrieve default character style
- ESC iXk2 Select default font
- ESC iXk1 Retrieve default font
- ESC iXX2 Specify default character size
- ESC iXX1 Retrieve default character size
- ESC iX32 Specify default line feed
- ESC iX31 Retrieve default line feed
- ESC iXA2 Select default alignment
- ESC iXA1 Retrieve default alignment
- ESC iX(2 Specify default page length
- ESC iX(1 Retrieve default page length
- ESC iXL2 Select default landscape orientation
- ESC iXL1 Retrieve default landscape orientation
- ESC iXj2 Select default international character set
- ESC iXj1 Retrieve default international character set
- ESC iXm2 Select default character code table
- ESC iXm1 Retrieve default character code table
- Character codes
When m=0, 1, 2, 3, 4, 6
・n1 and n2 indicate the number of dot positions.
n1: the remainder from dividing the number of dot positions by 256
n2: the quotient from dividing the number of dot positions by 256
・First, the data is lined up in one row as follows:
・One dot of the image data is enlarged as follows according to the value of m.
・As a result, the image is sized depending on the value of m as follows:
m = 0 48 dots vertically x (n1 + n2 *256) * 6 dots horizontally
m = 1 48 dots vertically x (n1 + n2 *256) * 3 dots horizontally
m = 2 48 dots vertically x (n1 + n2 *256) * 3 dots horizontally
m = 3 48 dots vertically x (n1 + n2 *256) * 2 dots horizontally
m = 4 48 dots vertically x (n1 + n2 *256) * 4 dots horizontally
m = 6 48 dots vertically x (n1 + n2 *256) * 4 dots horizontally
61
B7 B6 B5 B4 B3 B2 B1 B0
Relationshi
p
between the ima
g
e data and the dots
1byte
1byte
1byte
1byte
…
1byte
1byte
n1+n2*256 b
y
te
MSB
LSB
m=0 m=1 m=2 m=3 m=4 m=6










