beautypg.com

TransAct Technologies ITHERM 280 User Manual

Page 89

background image

iTherm

®

280 Programmer’s Guide

Programming Codes

28-07764

Rev C

Page 87

[ESC] 2

Enable [ESC] A variable line spacing


ASCII

[ESC] 2

Hexadecimal 1BH 32H
Decimal

<27> <50>

IPCL

none

EPOS

none

Description The [ESC] 2 command is a companion to the [ESC] A command and

puts the specified line spacing into effect. It remains in effect until
another line spacing command is issued.

[ESC] d

Feed lines at the current spacing


ASCII

[ESC] d

Hexadecimal 1BH 64H
Decimal

<27> <100>

IPCL

&%FL

EPOS

[ESC] d

Description The [ESC] d command prints the contents of the buffer (if any) and

performs line feeds at the current line spacing. The command does
not change the default line spacing value. The next character print
position is reset to the left margin.

Note: The IPCL command prints from 00 to 99 lines. For example, if you
wish to feed 12 lines, the IPCL command would be as follows: &%FL12.

Function

Reverse feed lines at the current spacing

ASCII

[ESC] e

Hexadecimal 1BH 65H
Decimal

<27> <101>

IPCL

&%FB

EPOS

[ESC] e

Description The [ESC] e command prints the contents of the buffer (if any) and

performs reverse line feeds at the current line spacing. The
command does not change the default line spacing value. The next
character print position is reset to the left margin.

Note: The IPCL command prints from 00 to 99 lines. For example, if you
wish to feed 12 lines, the IPCL command would be as follows: &%FL12.