C O N F I D E N T I A L
ESC d
EXECUTING COMMAND
[Name] | Print and feed n lines |
|
| |
[Format] | ASCII | ESC | d | n |
| Hex | 1B | 64 | n |
| Decimal | 27 | 100 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Default] | None |
|
|
|
[Description] | Prints the data in the print buffer and feeds n × 4.23 mm {1/6"}. | |||
[Notes] | ■ This command sets the print starting position to the beginning of the line. |
Program Example
PRINT #1, "AAAAA"; CHR$(&HA);
PRINT #1, "BBBBB"; CHR$(&H1B);"d";CHR$(6); PRINT #1, "CCCCC"; CHR$(&HA);
AAAAA
BBBBB
CCCCC
Print Sample
ESC d used to print one line and advance the paper by six lines
Print commands ESC d | Ver. 1.0 p. 52 |