A SERVICE OF

logo

Print Style Commands (continued)
Function:
Cancel superscripts and subscripts
Format:
ASCII
<ESC> “T”
Decimal
27 84
Hexadecimal 1B 54
Character Set Commands
Function:
Userdefined character set on/off
Format:
ASCII
(ESC) “%” n
Decimal
27 37 n
Hexadecimal 1B 25 n
Remarks:
This command either selects the user-defined character set (n = 1)
or cancels the user-defined character set (n = 0).
Function:
Define userdefined characters
Format:
ASCII
<ESC> “&’
<NUL> nl n2
Decimal
27 30 0 nl n2
Hexadecimal 1B 26 00 n1 n2
Remarks:
data
data
data
Defines user-defined characters of the currently selected style. The
function of this command is covered in the LQ-I500 Programmer’s
Manual.
Function:
Copy normal character set into userdefined character set
Format:
ASCII
<ESC> “:”
<NUL> <NUL> <NUL>
Decimal
27 58 0 0 0
Hexadecimal 1B 3A 00 00 00
Remarks:
This command copies the currently active character set into the
user-defined character set.
61