Moog Animatics SmartMotor™ Developer's Guide,Rev. L
Page 860 of 909
ASCIICharacter Set
ASCII is an acronym for American Standard Code for Information Interchange. It refers to the
convention established to relate characters, symbols and functions to binary data. If a
SmartMotor is asked its position over the RS-232 connection, and it is at position 1, it will not
return a byte of value one, but instead will return the ASCII code for 1 which is binary value
49. That is why it appears on a Terminal window as the numeral 1. The ASCII character set is
shown in the following table (Dec=decimal, Hex=hexadecimal).
Dec Hex ASCII Dec Hex ASCII Dec Hex ASCII Dec Hex ASCII
0 00 NUL 35 23 # 70 46 F 105 69 i
1 01 SOH 36 24 $ 71 47 G 106 6A j
2 02 STX 37 25 % 72 48 H 107 6B k
3 03 ETX 38 26 & 73 49 I 108 6C l
4 04 EOT 39 27 ' 74 4A J 109 6D m
5 05 ENQ 40 28 ( 75 4B K 110 6E n
6 06 ACK 41 29 ) 76 4C L 111 6F o
7 07 BEL 42 2A * 77 4D M 112 70 p
8 08 BS 43 2B + 78 4E N 113 71 q
9 09 HT 44 2C , 79 4F O 114 72 r
10 0A LF 45 2D - 80 50 P 115 73 s
11 0B VT 46 2E . 81 51 Q 116 74 t
12 0C FF 47 2F / 82 52 R 117 75 u
13 0D CR 48 30 0 83 53 S 118 76 v
14 0E SO 49 31 1 84 54 T 119 77 w
15 0F SI 50 32 2 85 55 U 120 78 x
16 10 DLE 51 33 3 86 56 V 121 79 y
17 11 DC1 52 34 4 87 57 W 122 7A z
18 12 DC2 53 35 5 88 58 X 123 7B {
19 13 DC3 54 36 6 89 59 Y 124 7C |
20 14 DC4 55 37 7 90 5A Z 125 7D }
21 15 NAK 56 38 8 91 5B [ 126 7E ~
22 16 SYN 57 39 9 92 5C \ 127 7F Del
23 17 ETB 58 3A : 93 5D ]
24 18 CAN 59 3B ; 94 5E ^
25 19 EM 60 3C < 95 5F _
26 1A SUB 61 3D = 96 60 ’
27 1B ESC 62 3E > 97 61 a
28 1C FC 63 3F ? 98 62 b
29 1D GS 64 40 @ 99 63 c
30 1E RS 65 41 A 100 64 d
31 1F US 66 42 B 101 65 e
32 20 SP 67 43 C 102 66 f
33 21 ! 68 44 D 103 67 g
34 22 " 69 45 E 104 68 h
Appendix: ASCIICharacter Set