![](/images/new-backgrounds/1188220/188220135x1.webp)
CODES
FUNCTION : Define n/72 inch line feed
DEFINITION RANGE : 0 ≤ n ≤ 85 (Default n = 12)
DETAIL DESCRIPTION : This command defines <LF> line feed spacing at n/72 inch. The actual line spacing will become the value defined by this command whenever the <ESC> “2” code after this command is received.
CODES (HEX/CONTROL) : 1B 42 n1…nk 0 / <ESC> “B” n1…nk <0>
FUNCTION : Set vertical tab position
DEFINITION RANGE : 1 ≤ n1 < … < nk ≤ 255, 1 ≤ k ≤ 16
APPLICATION LIMIT : If a tab set position <nk> is equivalent to or smaller than <nk - 1> just preceding the tab set position, setting of vertical tab is assumed as complete.
DETAIL DESCRIPTION : Cancels all current vertical tab positions and sets new vertical tab positions at lines n1, n2, etc., where n1,n2, etc. are numbers between 1 and 255. A maximum of 16 vertical tab positions can bet set. The tab positions must be specified in ascending order; any violation of ascending order terminates the tab position list. Standard termination of this command itself is done by the <0> control code. The vertical tab positions are set in terms of the current line spacing and do not move if the line spacing is changed later.
APP. A
STAR …
CODES (HEX/CONTROL) : 1B 43 n / <ESC> “C” n
FUNCTION : Set page length at n lines
DEFINITION RANGE : 1 ≤ n ≤ 255
DETAIL DESCRIPTION : Set page length at n lines.
CODES (HEX/CONTROL) : 1B 43 00 n / <ESC> “C” <0> n
FUNCTION : Set page length at n inches
DEFINITION RANGE : 1 ≤ n ≤ 127
DETAIL DESCRIPTION : Set page length at n inches.
A - 12