Display Tables Information | ESC D I CR |
Same description as the command directly above. This command is for Legacy printer’s compatibility.
Escape Sequence: | ESC | D | I | CR |
Hexadecimal: | 1B | 44 | 49 | 0D |
Decimal: | 27 | 68 | 73 | 13 |
Disable Font Download Mode | ESC F X |
This command will disable the font download mode and put the printer in ready print mode.
Escape Sequence: | ESC | F | X |
|
Hexadecimal: | 1B | 46 | 58 |
|
Decimal: | 27 | 70 | 88 |
|
Display Font Download Current Settings | ESC F S m t k f CR |
This command will instruct the printer to display the current font download settings. The printer will send the following string to the host:
m‘0’=standard response, ‘1’ =response with diagnostics message (default)
tFont File type. t = ‘0’. BDF formatted file (default). t= ‘1’ through ‘9’ reserved
kFont Table: column value. = ‘0’ through ‘9’
fFont Table: row value. f = ‘0’ through ‘9’
Set Font Download Parameter | ESC F P m t k f CR |
This command sets the font download parameters such as for the row and column of the font memory table. The command structure is detailed below.
Parameters
m‘0’=standard response, ‘1’ =response with diagnostics message (default)
tFont File Type. t = ‘0’. BDF formatted file (default). t= ‘1’ through ‘9’ reserved
kFont Table: column value. = ‘0’ through ‘9’
f | Font Table: row value. f = ‘0’ through ‘9’ |
45