Execute<ESC> “A”
Mate ASCII Decimal Hexadecimal
IBM <ESC> “2” 27 50 IB 32
Sets the line spacingto the value defined by the last preceding
<ESC>“A”command.Sets theline spacingto 1/6inchif there is
nopreceding<ESC>“A” command.
Linefeed
Mode ASCII Decimal Hexadecimal
Both <LF> 10 OA
Printsthe currentlineand feedsthe paperto thenext line.See the
precedingcommandsforthe linespacing.
Reverseline feed
Mode ASCII Decimal Hexadecimal
std. <ESC><LF> 27 10 IB OA
IBM 1
<ESC>“ “ 27 93 IB 5D
Printsthecurnmtlineand feedsthepaperinthe reversedirectionto
the precedingline. See the preceding commands for the line
spacing.Ignoredwhenfrictionfeed is used.
Performone n/216-inchlinefeed
Mode ASCII Decimal Hexadecimal
Both <ESC> “J” n27 74 nIB 4A n
Feedsthepaperoncebyn/216inches,wherenisbetween1and255.
Doesnotmovethe printpositionrightor leftin thestandardmode.
Doesnot changethe line-spacingsetting.