321
Graphic Command
[ESC+G] Graphic Print
[ESC+GM] BMP File Print
[ESC+GP] PCX File Print
Parent topic Part 1 SBPL Commands
[ESC+G] Graphic Print
ESC G ParameterHexadecimal code
<1B>
16
<47>
16
abbbcccn...n
Initial value Nil
When the power is OFF The set parameter is not maintained.
Valid range within items The set parameter becomes invalid.
Valid range and term of
command
Valid range between items The set parameter becomes invalid.
[Function]
Specifying the print of graphic.
[Format]
<G>abbbcccn...n
• Parameter
a [Data specification by HEX and BIN]
H
:
Hex data
Specify graphic data as 2 characters of ASCII 0-F which is equal to 8 dots,
output it as hex code corresponding to ASCII.
B
:
Binary data
Specify graphic data as one byte of binary which is equal to 8 dots.
b [Specification of crosswise graphic area per byte] = Valid range: Refer to the table below.
c [Specification of lengthwise graphic area per byte] = Valid range: Refer to the table below.
n [Graphic data]
[Coding Example 1]
[H: HEX data] is specified for [Data specification by HEX and BIN]
[□] is printed with the below specification.
<A>
<V>50<H>50
<G>H001001<46463831383138313831383138314646>
16
<Q>1
<Z>
[Coding Example 2]
[B: Binary data] is specified as [Data specification by HEX and BIN]
[□] is printed with the below specification.
<A>
<V>50<H>50
<G>B001001<FF818181818181FF>
16
<Q>1