(13)Specifying double wide and double high character command (FS + "W" + 1)
By inputting the code of FS (1CH) + "W" (57H) + (01H), double width and double height is specified. This command prints the data following after this command as double width and double height.
(14)Cancellation of double wide and double high character command (FS + "W"+0)
By inputting FS (1CH) + "W" (57H) + 0 (00H) code, double width and double height is canceled.
Remarks 1 ) | Although both of standard characters and double wide characters can exist in the same line, | |||||||||||||
|
|
| in case the total columns go to 24 (40) columns at standard character basis, this printer | |||||||||||
|
|
|
| |||||||||||
Remarks 2) | In case both of double wide and double high character and double wide character are | |||||||||||||
|
|
| specified, double width and double height is specified. | |||||||||||
Example) |
|
|
|
|
|
|
|
|
|
|
|
| ||
<Receiving data> |
|
|
|
|
|
|
|
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1C | W | 1 | 1 2 3 4 5 6 7 8 9 | C R |
|
|
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| ||
1C | W | 0 | A B C |
| 1C | W |
| 1 | 1 2 3 | C R |
|
| ||
|
|
|
|
|
|
|
|
|
|
|
|
| ||
|
|
|
|
|
|
|
| |||||||
1C | W | 0 | A | 1C |
| W | 1 | 1 2 3 4 5 6 7 8 9 0 1 B |
| |||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Print result>
47 | CITIZEN |