Chapter 3 Configuring The KSSM Emulation With Control Codes
Select Bold Font
ASCII Code | ESC E |
Hex Code | 1B 45 |
Dec Code | 27 69 |
Purpose | Sets the weight attribute of the font to Bold. |
Comment | This command increases the weight of printed lines and |
| characters, resulting in bolder printing. |
| This command affects “Bold Print” on the front panel. |
| The default is Normal |
Cancel Bold Font
ASCII Code | ESC F |
Hex Code | 1B 46 |
Dec Code | 27 70 |
Purpose | Sets the font to Normal (cancels the bold print previously set |
| with the ESC E command). |
Comment | This command affects “Bold Print” on the front panel. |
| The default is Normal |
Select Character Style
ASCII Code | ESC q n |
Hex Code | 1B 71 n |
Dec Code | 27 113 n |
Purpose | Turns on/off outline and shadow printing, according to the |
| parameters below: |
| n = 0 Turns off outline/shadow printing |
| n = 1Turns on outline printing |
| n = 2Turns on shadow printing |
| n = 3Turns on outline and shadow printing |
| Where: |
| 0 <= n <= 3 |
Comment | This command does not affect graphics characters. |
56