Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM1000 Bedienungsanleitung Seite 140

Vorschau ausblenden Andere Handbücher für CBM1000:
Inhaltsverzeichnis

Werbung

[Sample Program]
[Print Results]
Special characters
Hex.
ASCII
7B53
{ S
7B41
{ A
7B42
{ B
7B43
{ C
7B31
{ 1
7B32
{ 2
7B33
{ 3
7B34
{ 4
7B37B
{ {
<Example>
To print "No." in code set B, followed by "123456" in code
set C, send the following data string:
GS k <73><10><7Bh 42h> "No." <7Bh 43h><12><34><56>
• If the printer finds a string of bar code data that does not begin
with a code set select character, it immediately aborts the
command processing and handles the subsequent data as
normal data.
• If the printer received a character that is not available in the
currently selected code set, it immediately aborts the command
processing and handles the subsequent data as normal data.
• An HRI character corresponding to either a Shift character or
a code select character is not printed. An HRI character for
either a function character or a control character is treated as
a space character.
LPRINT CHR$(&H1D) + "H" + CHR$(2);
LPRINT CHR$(&H1D) + "k";
LPRINT CHR$(4);
LPRINT "123" + CHR$(0);
END
When the data "123" is printed with the code 39
— 122 —
Code set A
Code set B
SHIFT
SHIFT
–N/A
CODE A
CODE B
–N/A
CODE C
CODE C
FNC1
FNC1
FNC2
FNC2
FNC3
FNC3
FNC4
FNC4
' { '
' { '
Code set C
–N/A
CODE A
CODE B
–N/A
FNC1
–N/A
–N/A
–N/A
' { '

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis