RP-330 Technical Manual
78
GS ( k pL pH cn fn m d1…dk
[Name]
Store the QR Code data in the symbol storage area.
[Format]
ASCII
GS (
k
pL pH cn fn m d1…dk
Hex 1D 28
6B
pL pH 31 50 30 d1…dk
Decimal 29
40
107 pL pH 49 80 48 d1…dk
[Range]
3 < (pL + pH* 256) < 7093 (0 <= pL < 256,0 <= pH < 28)
cn = 49
fn = 80
m = 48
0 <= d < 255
k = (pL + pH* 256) - 3
[Description]
Store the QR Code symbol data (d1…dk) in the symbol storage area.
GS ( k pL pH cn fn m
[Name]
Print the QR Code symbol data in the symbol storage area.
[Format]
ASCII
GS (
k
pL pH cn fn m
Hex 1D 28
6B
03 00 31 51 m
Decimal 29
40
107 3 0 49 81 m
[Range]
(pL + pH* 256) = 3 (pL=3, pH=0)
cn = 49
fn = 81
m = 48
[Description]
Encodes and prints the QR Code symbol data in the symbol storage area using the process of
<Store the data >.
GS ( k pL pH cn fn n (fn=65)
[Name]
Sets the number of columns of the data area for PDF417.
[Format]
ASCII
GS (
k
pL pH cn fn n
Hex 1D 28
6B
03 00 30 41 n
Decimal 29
40
107 3 0 48 65 n
[Range]
(pL + pH* 256) = 3 (pL=3, pH=0)
cn = 48
fn = 65
0
≤
n
≤
30
[Description]
Sets the number of columns of the data area for PDF417.
n = 0 specifies automatic processing.