4.1.2 EPSON Command Mode
Command Hex
Function
Description
HT
09
Move cursor right
BS
08
Move cursor left
US LF
1F 0A
Move cursor up
LF
0A
Move cursor down
US CR
1F 0D
Move cursor to right-most position
CR
0D
Move cursor to left-most position
HOM
0B
Move cursor to home position
US B
1F 42
Move cursor to bottom position
US $ x y
1F 24 x y
Move cursor to specified position
1 x(column) 20 ; 1 y(row) 2
≦
≦
≦
≦
US C n
1F 43 n
Select/cancel cursor display
n=0, canceled ; n=1, selected
CLR
0C
Clear display screen
CAN
18
Clear cursor line
US X n
1F 58 n
Brightness adjustment
1 n 4
≦ ≦
US E n
1F 45 n
Blink display screen
0 n 255 (n*50msec) ON / (n*50msec)
≦ ≦
OFF
n= 0, blinking is canceled
n=255, display is turned off
ESC @
1B 40
Initialize display
ESC t n
1B 74 n
Select character code table
0 n 5 ( Please refer
≦ ≦
“Chapter 5”
)
ESC R n
1B 52 n
Select international character set
( Please refer
International Font Set Table
)
US r n
1F 72 n
Select/cancel reverse character
n=0, canceled ; n=1, selected
US MD1
1F 01
Specify overwrite mode
US MD2
1F 02
Specify vertical scroll mode
US MD3
1F 03
Specify horizontal scroll mode
US . n
1F 2E n
Specify period display
n= display character code
US , n
1F 2C n
Specify comma display
n= display character code
US ; n
1F 3B n
Specify semicolon (comma) display
n= display character code
US # n m
1F 23 n m
Specify display annunciator,, turn the
annunciator at “m” column on or off
n=0,1 (Off, On) ; 0 m 20
≦ ≦
ESC & s n m
[a(pl..p5)]
(m-n+1)
1B 26 s n m
[a(pl..p5)](m-n+1)
Define download characters
s=1 ; 32 n m 126 ; a=5
≦ ≦ ≦
( p1..p5 = pattern1..pattern5 )
ESC ? n
1B 3F n
Cancel user-defined characters
32 n 126 (n=character code)
≦ ≦