32
Explanation:
The NUL command needs to combine several commands and ends those
commands, for example ESC B, ESC D, and ESC %. It would be no effect if
issuing alone.
3.9 Hexadecimal Dumping Command
ESC "
Turn Hexadecimal Dumping on/off
Format:
ASCII
:
ESC "
n
Decimal
:
27
34
n
Hexadecimal
:
1B
22
n
Explanation:
If n=1, then turn on the hexadecimal dumping. If n=0, then turn off it. All
data received from the host computer will be printed out in hexadecimal at the
hexadecimal dumping mode.
For example, when host computer sends following 4 data to printer by the
statement:
PRINT #1, CHR$(0);CHR$(27);"A";CHR$(24);
The data will be printed out with hexadecimal as follows:
00 1B 41 18
The hexadecimal dumping begins to print only when the printing buffer is
full.
3.10 Chinese Character Printing Commands
FS &
Enter Chinese Printing Mode
Format:
ASCII
:
FS
&
Decimal
:
28
38
Hexadecimal
:
1C
26
Explanation:
This command is used to enter Chinese Character Printing mode. After
receiving this command, printer ends the current line printing and start
Chinese character printing next line.
33
FS
?
Exit Chinese printing Mode
Format:
ASCII
:
FS
?
Decimal
:
28
46
Hexadecimal
:
1C
2E
Explanation:
This command is used to exit Chinese Character Printing mode. After
receiving this command, printer enters ASCII code mode.
FS S0
Set Chinese Double-width Print
Format:
ASCII
:
FS
S0
Decimal
:
28
14
Hexadecimal
:
1C
0E
Explanation:
Printer will print out Chinese characters in double-width when receiving
this command, till receiving the command ‘FS DC4’
、
‘CR’
or ‘LF’
and quit
Chinese double-width print mode.
FS DC4
Cancel Chinese Double-width Print Mode
Format:
ASCII
:
FS
DC4
Decimal
:
28
20
Hexadecimal
:
1C
14
Explanation:
Cancel Chinese double-width print mode.
3.11 Black Mark Detecting Command
GS FF
Detect black mark and feed to next page top
Format:
ASCII
:
GS FF
Decimal
:
29
12
Hexadecimal
:
1D 0C
Explanation:
The printer enters Black Mark Detecting Mode when it receives this
command. The printer detect the black mark in the rang from the beginning to
200mm of this page. Feed paper to the beginning of next page if the printer has
detected the Black Mark, or it will stop feeding paper and indicate no black
mark is found out.
Summary of Contents for UP-PN24S
Page 25: ...Character code table 2...