Define User-Defined Chinese Character
Define User-Defined Chinese Character
ASCII Code FS 2 a1 a2 d1 d2 d3 …d72
Hex Code 1C 50 a1 a2 d1 d2 d3 …d72
Dec Code 28 32 a1 a2 d1 d2 d3 …d72
Purpose Sets the parameters for
a1 a2 | Character code of the character to be |
d1 d2 | d3 … d72 |
Data to define the character in which the cell size is 24x24.
Where:
C9A1H < a1a2 < C9FEH
FEA1H < a1a2 < FEFEH
Comment The
Delete Last Character in Buffer
ASCII Code | DEL |
Hex Code | 7F |
Dec Code | 127 |
Purpose | Deletes the last printable character in the print buffer’s current |
| line. |
Comment | This command deletes printable characters only; printer control |
| codes are not affected. |
| The printer ignores this command if it follows a command that |
| moves the horizontal print position (ESC $, ESC \, or HT). |
41