BD2-3880/3890 Command Reference
50
Example:
Transmitting data for printing “No” with code set B first and then “123456”with
code set C.
GS k <73> <10> <7B>H <42>H, “ No.” <7B>H <43>H <12> <34> <56>
•
•
•
When the top of barcode data raw is not code set selection character, the command processing
stops at that point and the succeeding data is processed as normal data.
When receiving a character that cannot be used by the selected code set, the command
processing stops at that point and the succeeding data is processed as normal data.
Visible codes corresponding to shift character and code set selection character are not printed.
In addition, visible codes of function character and control character are treatedas space
characters.
LPRINT CHR$(&H1D);"H";CHR$(2);
LPRINT CHR$(&H1D);"k";
LPRINT CHR$(4);
LPRINT "123";CHR$(0);
When the data "123" is printed with the code 39
[Sample Program]
[Special Characters]
[Print Results]
7B31
7B43
7B42
7B41
7B53
Hex. Code
7B32
7B33
7B7B
7B34
{1
{C
{B
{A
{S
ASCII Code
{2
{3
{{
{4
FNC1
CODE C
CODE B
–N/A
SHIFT
Code Set A
FNC2
FNC3
‘{ ’
FNC4
FNC1
CODE C
–N/A
CODE A
SHIFT
Code Set B
FNC2
FNC3
‘{ ’
FNC4
FNC1
–N/A
CODE B
CODE A
–N/A
Code Set C
–N/A
–N/A
‘{ ’
–N/A
*
1
2
3
*