VT100 protocol commands
05-10-2007
CNI Engineering S.r.l.
15
3.3.8 Delete n rows
This command deletes the number of rows determined by the parameter
Pn
, starting from the row on
which the cursor is currently positioned. If
Pn
is omitted or if its value is set to 0, just one row is
deleted.
This command does not change the position of the cursor.
Sequence
ESC [ Pn M
Example:
To delete 2 rows starting from the row on which the cursor is currently positioned.
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘2’
(0x32)
03
‘M’
(0x4d)
3.4 Information request commands
3.4.1 Request firmware version
This command requests the terminal to return the firmware version.
Sequence
0x05
Example:
To request the firmware version, receiving the response from the terminal that its firmware
is version 4.
Byte
Command
Response
00
(0x05)
‘R’
(0x52)
01
‘M’
(0x4d)
02
‘8’
(0x38)
03
‘5’
(0x35)
04
‘x’
(0x78)
05
‘-‘
(0x2d)
06
‘4’
(0x34)
Summary of Contents for RM85x
Page 4: ......
Page 8: ...TABLE OF CONTENTS 05 10 2007 CNI Engineering S r l iv...