VT100 protocol commands
05-10-2007
CNI Engineering S.r.l.
17
Example:
If baud rate is 57.6 Kb, the terminal provides the following response.
Byte
Command
Response
00
ESC
(0x1b)
ESC
(0x1b)
01
‘[‘
(0x5b)
‘[’
(0x5b)
02
‘1’
(0x31)
‘3’
(0x33)
03
‘x’
(0x78)
‘;’
(0x3b)
04
‘1’
(0x31)
05
‘;’
(0x3b)
06
‘1’
(0x31)
07
‘;’
(0x3b)
08
‘3’
(0x37)
09
‘6’
(0x32)
10
‘0’
(0x30)
11
‘;’
(0x3b)
12
‘3’
(0x37)
13
‘6’
(0x32)
14
‘0’
(0x30)
15
‘;’
(0x3b)
16
‘1’
(0x31)
17
‘;’
(0x3b)
18
‘0’
(0x30)
19
‘x’
(0x78’
3.4.4 Request terminal attributes
This command requests the terminal to return its identifying attributes.
Sequence
ESC [ c
Terminal
response
sequence
ESC [ 1 ; 2 c
Example:
To request the terminal’s attributes, receiving the response
[c
, showing that the terminal is
an “advanced video option” terminal.
Byte
Command
Response
00
ESC
(0x1b)
ESC
(0x1b)
01
‘[‘
(0x5b)
‘[’
(0x5b)
02
‘c’
(0x63)
‘1’
(0x31)
03
‘;’
(0x3b)
04
‘2’
(0x32)
04
‘c’
(0x63)
Summary of Contents for RM85x
Page 4: ......
Page 8: ...TABLE OF CONTENTS 05 10 2007 CNI Engineering S r l iv...