Epson RP-U420 manual Print commands ESC d, C O N F I D E N T I A L, Ver. 1.0 p

Models: RP-U420

1 77
Download 77 pages 19.06 Kb
Page 52
Image 52
ESC d

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

RP-U420

Print commands ESC d

Ver. 1.0 p. 52

Page 52
Image 52
Epson RP-U420 manual Print commands ESC d, C O N F I D E N T I A L, Ver. 1.0 p