CognitiveTPG A760 User Manual
Page 55

A760 User Guide: Programming Supplement
Chapter 4: Programming commands
55
Revision F January 2010
Select or cancel underline mode
ASCII
ESC - n
Hexadecimal 1B 2D n
Decimal
27 45 n
Decimal Hex
Value of n:
0, 48
30 = Cancel underline mode
1, 49
31 = Select underline mode
2, 50
32 = Select double thickness
underline mode
Default:
0 (Cancel underline mode)
Turns underline mode on or off. Underlines cannot be
printed for spaces set by the horizontal tab, set absolute
start position, or set relative print position commands.
This command and the select print mode(s) command
(1B 21) turn underline on and off in the same way.
Exceptions
This command is ignored if n is out of the specified range.
This command is only available in A758 emulation and
A760 native mode.
Copy character set from ROM to RAM
ASCII
ESC : 0 0 0
Hexadecimal 1B 3A 30 30 30
Decimal
27 58 48 48 48
Default:
Code page 437
Copies characters in the active ROM set to RAM. Use this
command to re-initialize the user-defined character set.
Code page 437 is copied by default at initialization.
This command is ignored if current font is the user font.
Related information
To modify characters in one of the character set variations,
such as rotated print, select one of the rotated print
commands, copy to RAM, then use the define user-defined
character set command (1B 26).