Specifications

P25 Development Guide
www.bluebamboo.com
8
ESC J
[Name] Print and feed paper
[Format] ASCII ESC J n
HEX 1B 4A n
Decimal 27 74 n
[Range] 0 n 255
[Description]
Print the data in the print buffer and feed paper [n x (vertical or horizontal
motion unit)] inches.
ESC d
[Name] Print and feed n lines
[Format] ASCII ESC d n
HEX 1B 64 n
Decimal 27 100 n
[Range] 0 n 255
[Description] Print the data in the print buffer and feed n lines.
[Note]
1) This command defines the print starting position to the beginning of the
line.
2) This command does not affect the line spacing set by ESC 2 or ESC 3.
[Reference]
ESC 2, ESC 3