Copy Character Set from ROM to RAM
This command 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.
ASCII |
ESC : 0 0 0 |
Hexadecimal |
1B 3A 30 30 30 |
Decimal |
27 58 48 48 48 |
Default |
Code Page 437 |
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H3A) & Chr$(&H30) & Chr$(&H30) & Chr$(&H30)
Note: 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).