![WOOSIM PORTI-S Скачать руководство пользователя страница 35](http://html.mh-extra.com/html/woosim/porti-s/porti-s_operators-manual_996189035.webp)
ESC d n
[Name]
Print and feed n lines
[Format]
ASCII
ESC
d
n
HEX
1B
64
n
Decimal
27
100
n
[Range]
0 <= n <= 255
[Description]
Prints the data in the print buffer and feeds n lines.
[Notes]
1) This command sets 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
ESC y
[Name]
Print and feed paper to next label index hole
[Format]
ASCII
ESC
y
HEX
1B
79
Decimal
27
121
[Description]
Prints the data in the print buffer collectively and feed paper until
find next index hole of label paper
ESC { n
[Name]
Turn on/off upside-down printing mode.
[Format]
ASCII
ESC
{
n
HEX
1B
7B
n
Decimal
27
123
n
[Range]
0 <= n <= 255
[Description]
Turns upside-down printing mode on or off
When the LSB is 0, upside-down mode is turned off.
When the LSB is 1, upside-down mode is turned on.
[Notes]
1) Only the lowest significant bit of n is valid.