EasyManua.ls Logo

NCR 7167 - Page 155

NCR 7167
344 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
7167 Owner’s Manual Chapter 6: Commands
November 2003
142
Select or Cancel Underline Mode
ASCII: ESC - n
Hexadecimal: 1B 2D n
Decimal:
27 45 n
Value of n:
0, 48 = Cancel underline mode
1, 49 = Select underline mode
Default of n:
0 (Cancels 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.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H2D) & Chr$(n)
Exceptions:
This command is ignored if n is out of the specified range.
This command is only available in 7158 Native Mode and 7167 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.
The command is ignored if current font is the user font.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H3A) & Chr$(&H30) & Chr$(&H30)
& Chr$(&H30)
Related Information:

Table of Contents

Related product manuals