VT100 protocol commands
05-10-2007
CNI Engineering S.r.l.
3
3.1.1 Cursor on
This command makes the cursor blink on the display.
Sequence
ESC [ ? 2 5 h
Byte
Command
Response
01
ESC
(0x1b)
02
‘[‘
(0x5b)
03
‘?’
(0x3f)
04
‘2’
(0x32)
05
‘5’
(0x35)
06
‘h’
(0x68)
3.1.2 Cursor off
This command stops the cursor blinking, leaving it invisible on the display.
Sequence
ESC [ ? 2 5 l
Byte
Command
Response
01
ESC
(0x1b)
02
‘[‘
(0x5b)
03
‘?’
(0x3f)
04
‘2’
(0x32)
05
‘5’
(0x35)
06
‘l’
(0x6c)
3.1.3 Cursor home (Carriage return)
This command moves the cursor to the first column of the row on which it is currently positioned.
Sequence
CR
Byte
Command
Response
00
CR
(0x0d)
Содержание RM85x
Страница 4: ......
Страница 8: ...TABLE OF CONTENTS 05 10 2007 CNI Engineering S r l iv...