Installation manual

Publication 1747-RM001G-EN-P - November 2008
ASCII Instructions 10-25
ASCII Conversion Table
The table below lists the decimal, hexadecimal, and ASCII conversions.
Table 10.9 ASCII Conversion Table
ASCII Hex Decimal Enter as Displayed as
NUL 00 0 \00 \00
SOH 01 1 ^A or ^a or \01 ^A
STX 02 2 ^B or ^b or \02 ^B
ETX 03 3 ^C or ^c or \03 ^C
EOT 04 4 ^D or ^d or \04 ^D
ENQ 05 5 ^E or ^e or \05 ^E
ACK 06 6 ^F or ^f or \06 ^F
BEL 07 7 ^G or ^g or \07 ^G
BS 08 8 ^H or ^h or \08 ^H
HT 09 9 ^I or ^i or \09 ^I
LF 0A 10 ^J or ^j or \0A or \0a ^J
VT 0B 11 ^K or ^k or \0B or \0b ^K
FF 0C 12 ^L or ^l or \0C or \0c ^L
CR 0D 13 ^M or ^m or \0D or \0d ^M
SOH 0E 14 ^N or ^n or \0E or \0e ^N
SI 0F 15 ^O or ^o or \0F or \0f ^O
DLE 10 16 ^P or ^p or \10 ^P
DC1 11 17 ^Q or ^q or \11 ^Q
DC2 12 18 ^R or ^r or \12 ^R
DC3 13 19 ^S or ^s or \13 ^S
DC4 14 20 ^T or ^t or \14 ^T
HAK 15 21 ^U or ^u or \15 ^U
SYN 16 22 ^V or ^v or \16 ^V
ETB 17 23 ^W or ^w or \17 ^W
CAN 18 24 ^X or ^x or \18 ^X
EM 19 25 ^Y or ^y or \19 ^Y
SUB 1A 26 ^Z or ^z or \1A or \1a ^Z
ESC 1B 27 \1B or \1b \1B
FS 1C 28 \1C or \1c \1C
GS 1D 29 \1D or \1d \1D
RS 1E 30 \1E or \1e \1E
US 1F 31 \1F or \1f \1F
SP 20 32 \20