Control characters

<< Нажмите для отображения содержания >>

Навигация:  Использование программы > Скрипты (на английском) >

Control characters

Control characters may transmitted by preceding a character with '^'. For example, a control C character is represented by ^C. You'll use this feature most often when sending carriage returns. For example, SEND 'myname^M' might be an appropriate response to a logon prompt where you would normally type your name and press <Enter>. NOTE: The control characters must be inside the quote marks, if quote marks are necessary.

 

Control character

Dec

Hex

^@

0

0x00

^A

1

0x01

^B

2

0x02

^C

3

0x03

^D

4

0x04

^E

5

0x05

^F

6

0x06

^G

7

0x07

^H

8

0x08

^I

9

0x09

^J

10

0x0A

^K

11

0x0B

^L

12

0x0C

^M

13

0x0D

^N

14

0x0E

^O

15

0x0F

^P

16

0x10

^Q

17

0x11

^R

18

0x12

^S

19

0x13

^T

20

0x14

^U

21

0x15

^V

22

0x16

^W

23

0x17

^X

24

0x18

^Y

25

0x19

^Z

26

0x1A

^[

27

0x1B

^\

28

0x1C

^]

29

0x1D

^_

31

0x1F