VT100 protocol commands
05-10-2007
CNI Engineering S.r.l.
11
3.2.5 Display blinking characters
This command sets characters to appear blinking.
The terminal displays all characters sent after this command as blinking.
Sequence
ESC [ 5 m
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘5’
(0x35)
03
‘m’
(0x6d)
3.2.6 Reset character blinking
This command cancels character blinking.
Sequence
ESC [ 2 5 m
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘2’
(0x32)
03
‘5’
(0x35)
04
‘m’
(0x6d)
3.2.7 Insert characters
This command inserts the number of blank characters (0x32) determined by the parameter
Pn
. Blank
characters are inserted starting from the current cursor position.
Characters present to the right of the cursor on the same row are moved to the right by the number of
blank characters inserted. If
Pn
is omitted or if its value set to 0, just one blank character is inserted.
This command does not change the position of the cursor.
Sequence
ESC [ Pn @
Example:
To insert 5 blank characters.
Byte
Command
Response
00
ESC
(0x1b)
01
‘[’
(0x5b)
02
‘5’
(0x35)
03
‘@’
(0x40)
Summary of Contents for RM85x
Page 4: ......
Page 8: ...TABLE OF CONTENTS 05 10 2007 CNI Engineering S r l iv...