5.4.2Mode 1/Mode 2
1. Basic command
CR | Carriage Return | |
|
|
|
| Code | 0D16 |
|
|
|
| Function | Prints the data stored in the print buffer, and then starts a new line according to the |
|
| defined amount of paper feed for one line. |
|
|
|
| Details | • After executing this command, a head of a line is set as a starting position of |
|
| printing. |
|
| • LF command received immediately following CR is ignored. |
|
| • The amount of paper feed for one line is fixed at |
|
| |
LF | Line Feed | |
|
|
|
| Code | 0A16 |
|
|
|
| Function | Prints the data stored in the print buffer, and then starts a new line according to the |
|
| defined amount of paper feed for one line. |
|
|
|
| Details | • After executing this command, a head of a line is set as a starting position of |
|
| printing. |
|
| • LF command received immediately following CR is ignored. |
|
| • The amount of paper feed for one line is fixed at |
|
| |
SO | ||
|
|
|
| Code | 0E16 |
|
|
|
| Function | Specifies the double−width printing. Hereafter, the width of characters to be printed |
|
| is doubled. |
|
|
|
| Details | • This command is not cancelled until either ESC @ or SI command is entered. |