POSTEK PPLE COMMAND MANUAL
43
B4. Command reference
T0500, 500, 2, A, 64, 64, N, “123456”
W1, 1
Example 2. Printing barcodes with truetype human readable
I8, N, 001
N
Q4000, 24
q3000
CF1, A, arial
BF “A”, 48, 48
B500, 525, 0, 1, 6, 18, 200, B, “00234567”
BF “A”, 48, 48
B500, 525, 1, 1, 6, 18, 200, B, “00234567”
BF “A”, 48, 48
B500, 525, 2, 1, 6, 18, 200, B, “00234567”
BF “A”, 48, 48
B500, 525, 3, 1, 6, 18, 200, B, “00234567”
W1
Y Command
:
RS232 Serial Port Setup
Syntax: Yp1, p2, p3, p4, <LF>
Note
: This command is applicable for POSTEK G-2108 and G-3106 models only.
Parameter explanation:
p1: Baud rate setup;
p1
Transfer Rate
57
57, 600
38
38, 400
19
19, 200
96
9, 600
p2: Parity bits setup;
Options: O-Odd, E-Even, N-None;
Note:
“O” is a letter, not a number.
P3: Data bits setup;
Options: 7-7 data bits; 8-8 data bits;
p4: Stop bits setup;
Options: 1-1 stop bits; 2-2 stop bits.
Example:
Y38, O, 7, 1