User manual
59
SO
Sets double width printing (one line). (IBM, EPSON)
ASCII Code SO
Hexadecimal Value 0E
Decimal Value 14
This code causes subsequent data in the same line to be printed as double width
characters. It is canceled by the LF, FF, VT, DC4, ESC W codes o when the buffer is
full. This command is not canceled by the VT command when it functions the same as
a CR command.
C
C
h
h
a
a
r
r
a
a
c
c
t
t
e
e
r
r
S
S
e
e
t
t
ESC ( ^
Prints data as characters. (EPSON)
ASCII Code ESC ( ^
n
1
n
2
d
1
…. d
k
Hexadecimal Value 1B 28 5E
n
1
n
2
d
1
…. d
k
Decimal Value 27 40 94
n
1
n
2
d
1
…. d
k
Range 0 <
n
1
< 255
0 <
n
2
< 127
This command prints data bytes d
1
through d
k
as characters not control codes. The
amount of data to be sent is calculated as follows:
k = ((n
2
x 256) + n
1
)