OKI ML390 Guía De Referencia

Descargar
Página de 180
Chapter 2: Character Set Commands
6
Select All Character Set [IBM Set III] Command (Epson LQ)
⻬ ML390 Turbo, ML391 Turbo 
⻬ ML590, ML591
Function
ASCII
Dec
Hex
Select All Character Set
ESC ( ^ L
n
 H
n
 [data]
27 40 94 L
n
 H
n
[data]
1B 28 5E L
n
 H
n
[data]
Use this command to engage the All Character Set (IBM Set III) and apply it to the data which
follows the command. This allows normally non-printable characters to print.
Parameters L
n
 and H
n
Parameters L
n
 and H
n
 are used to designate how many characters you wish to print using the All
Character set:
Number of characters = L
n
 + (H
n
 x 256)
For fewer than 256 characters, substitute the number of characters for L
n
 and set H
n
 = 0. For
more than 256 characters, divide the number of characters by 256 and assign the whole
number result to H
n
, then assign the remainder to L
n
.
L
n
 and H
n
 can have any value from 0 to 255 decimal.
Print Data from IBM All Characters Set  [IBM Set III] Command (IBM)
⻬ ML320 E/I, ML321 E/I
⻬ ML320 Turbo, ML321 Turbo 
⻬ ML520, ML521
⻬ ML390 Turbo, ML391 Turbo
⻬ ML590, ML591
Function
ASCII
Dec
Hex
Print Specified Data from
 IBM All Characters Set
ESC \ L
n
 H
n
27 92 L
n
 H
n
1B 5C L
n
 H
n
This command will print the amount of data you specify within the command, using the IBM
All Characters set (also known as Character Set III).
The IBM All Characters set contains only printable characters with the exception of decimal
codes 0 and 255, and gives you a broad range of graphics characters and other special
symbols. This set is also a handy debugging tool for programmers, since you can print out and
examine files that contain control codes and escape sequences.
In the above command, you must use parameters L
n
 and H
n
 to specify the total count of
characters to be printed. The total count is calculated as
L
n
 + (H
n
 x 256)
If you are printing fewer than 256 characters, substitute the number of characters for the value
of L
n
 and replace H
n
 with 0.
If you are printing 256 or more characters, divide the total number of characters you wish to
print by 256. Replace H
n
 with the whole number result and assign the remainder to L
n
.