Please enable JavaScript to view this site.

ESL Documentation

The following table shows the escape sequences used to transmit special characters between the main ESL application and a local application.

Escape Sequence

Description

ASCII Value

\r

Carriage Return

13

\n

Line feed

10

\f

Form feed

12

\t

Horizontal tab

11

\v

Vertical tab

09

\b

Back space

08

\\

Back Slash

92

\e

Escape

27