
56 Chapter 4: Programming CommandsRevision D 12/09
Copy character set from ROM to RAM
ASCII | ESC : 0 0 0 |
Hexadecimal | 1B 3A 30 30 30 |
Decimal | 27 58 0 0 0 |
Default: | Current active ROM code page |
Copies characters in the active ROM set to RAM. Use this command to
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
Cancel user-defined character
ASCII | ESC ? n |
Hexadecimal | 1B 3F n |
Decimal | 27 63 n |
Value of n: | Specified character code. |
Range of n: |
Cancels the pattern defined for the character code specified by n. After the
Exceptions
This command is ignored if n is out of range or if the
Select or cancel emphasized mode
ASCII | ESC E n | |
Hexadecimal | 1B 45 n | |
Decimal | 27 69 n | |
Value of n: | 0 | (bit 0) not selected |
| 1 | (bit 0) selected |
| (When 0 and 1 are the least | |
| significant bit, LSB) | |
Range of n: | ||
Default: | 0 | (Off) |
Starts or stops emphasized printing. The printer is reset to the standard print mode after a clear printer (0x10) command is received.
Exceptions
Only the lowest bit of n is effective. Emphasized printing cannot be used with
Related information
This command and the select print mode(s) command (1B 21) function identically. They should have the same setting when used together.
In A793 emulation, this command is unrecognized and the parameter byte is put into the print buffer.