
Across the Boards
Communications Device Drivers
Miscellaneous Topics
Page 366
cfSOFTWARE Confidential,
2000
7.5 MAINCON ASCII Characters (continued)
Control Characters
The ASCII characters in the range 01h through 1Fh have standard control character assignments. For example,
pressing “Ctrl-A” on the keyboard generates an ASCII 01H character. A control character may be entered by
prefixing the displayable character with a “^”. For example, “Ctrl-A” would be coded as “^A”. The following
control characters are recognized by MAINCON:
Control Character Decimal Hex Control Character Decimal Hex
^A 1 01h ^Q 17 11h
^B 2 02h ^R 18 12h
^C 3 03h ^S 19 13h
^D 4 04h ^T 20 14h
^E 5 05h ^U 21 15h
^F 6 06h ^V 22 16h
^G 7 07h ^W 23 17h
^H 8 08h ^X 24 18h
^I 9 09h ^Y 25 19h
^J 10 0Ah ^Z 26 1Ah
^K 11 0Bh ^[ 27 1Bh
^L 12 0Ch ^\ 28 1Ch
^M 13 0Dh ^] 29 1Dh
^N 14 0Eh ^^ 30 1Eh
^O 15 0Fh ^- 31 1Fh
^P 16 10h
Hex Values
Hexadecimal values may be entered as ‘00H’ through ‘FFH’.
Comentários a estes Manuais