~ubuntu-branches/ubuntu/precise/arduino/precise

« back to all changes in this revision

Viewing changes to reference/ASCIIchart.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-04-13 22:32:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100413223224-jduxnd0xxnkkda02
Tags: upstream-0018+dfsg
ImportĀ upstreamĀ versionĀ 0018+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html>
 
3
<head>
 
4
  <title>Arduino - ASCIIchart </title>
 
5
  <link rel='stylesheet' href='arduino.css' type='text/css' />
 
6
  <meta name="verify-v1" content="TtxFIEJAB6zdJ509wLxjnapQzKAMNm9u0Wj4ho6wxIY=" />
 
7
</head>
 
8
<body>
 
9
<div id="page">
 
10
<!--PageHeaderFmt-->
 
11
<div id="pageheader">
 
12
  <div class="title"><a href="http://www.arduino.cc"/>Arduino</a></div>
 
13
  <div class="search">
 
14
    <!-- SiteSearch Google -->
0
15
   <FORM method=GET action="http://www.google.com/search">
1
16
   <input type=hidden name=ie value=UTF-8>
2
17
   <input type=hidden name=oe value=UTF-8>
3
18
   <INPUT TYPE=text name=q size=25 maxlength=255 value="">
4
19
   <INPUT type=submit name=btnG VALUE="search">
5
20
   <input type=hidden name=domains value="http://www.arduino.cc/">
 
21
    <input type=hidden name=sitesearch value="http://www.arduino.cc/">
 
22
    </FORM>
6
23
   <!-- SiteSearch Google -->
 
24
  </div>
 
25
</div>
 
26
<!--/PageHeaderFmt-->
 
27
<!--PageLeftFmt-->
 
28
<div id="pagenav" style="text-align: right">
 
29
  <div style="float: left;">
 
30
  <p><a class='wikilink' href='http://arduino.cc/en/Main/Buy'>Buy</a>
 
31
|
 
32
<a class='wikilink' href='http://arduino.cc/en/Main/Software'>Download</a>
 
33
|
 
34
<a class='wikilink' href='Guide_index.html'>Getting Started</a>
 
35
|
 
36
<a class='wikilink' href='http://arduino.cc/en/Tutorial/HomePage'>Learning</a>
 
37
|
 
38
<a class='wikilink' href='index.html'>Reference</a>
 
39
|
 
40
<a class='wikilink' href='http://arduino.cc/en/Main/Hardware'>Hardware</a>
 
41
|
 
42
<a class='wikilink' href='FAQ.html'>FAQ</a>
 
43
</p>
 
44
<p class='vspace'></p>
 
45
 
 
46
  </div>
 
47
  <a class="urllink" href="http://www.arduino.cc/blog/" rel="nofollow">Blog &raquo;</a> |
 
48
  <a class="urllink" href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl" rel="nofollow">Forum &raquo;</a> |
 
49
  <a class="urllink" href="http://www.arduino.cc/playground/" rel="nofollow">Playground &raquo;</a>
 
50
</div>
 
51
<!--/PageLeftFmt-->
 
52
<div id="pagetext">
 
53
<!--PageText-->
 
54
<div id='wikitext'>
 
55
<p><strong>Reference</strong> &nbsp;  <a class='wikilink' href='index.html'>Language</a> (<a class='wikilink' href='Extended.html'>extended</a>) | <a class='wikilink' href='Libraries.html'>Libraries</a> | <a class='wikilink' href='Comparison.html'>Comparison</a> | <a class='wikilink' href='Changes.html'>Changes</a>
 
56
</p>
 
57
<p class='vspace'></p><h2>ASCII chart</h2>
 
58
<p>The <a class='urllink' href='http://en.wikipedia.org/wiki/ASCII_chart' rel='nofollow'>ASCII</a> (American Standard Code for Information Interchange) encoding dates to the 1960's. It is the standard way that text is encoded numerically.
 
59
</p>
 
60
<p class='vspace'></p><p>Note that the first 32 characters (0-31) are non-printing characters, often called control characters. The more useful characters have been labeled.
 
61
</p>
 
62
<p class='vspace'></p>
 
63
<table  width='80%' border='0' cellpadding='5' cellspacing='0'><tr><td  width='20%' valign='top'>
 
64
<pre>
 
65
DEC     Character
 
66
Value
 
67
 
 
68
0       null
 
69
1
 
70
2
 
71
3
 
72
4
 
73
5
 
74
6
 
75
7
 
76
8
 
77
9       tab     
 
78
10      line feed       
 
79
11
 
80
12
 
81
13      carriage return
 
82
14
 
83
15
 
84
16
 
85
17
 
86
18
 
87
19
 
88
20
 
89
21
 
90
22
 
91
23
 
92
24
 
93
25
 
94
26
 
95
27
 
96
28
 
97
29
 
98
30
 
99
31
 
100
 
 
101
 
 
102
 
 
103
</pre></td><td  width='18%' valign='top'> 
 
104
<pre>
 
105
DEC     Character
 
106
Value
 
107
 
 
108
32      space
 
109
33      !
 
110
34      "
 
111
35      #
 
112
36      $
 
113
37      %
 
114
38      &amp;
 
115
39      '
 
116
40      (
 
117
41      )
 
118
42      *
 
119
43      +
 
120
44      ,
 
121
45      -
 
122
46      .
 
123
47      /
 
124
48      0
 
125
49      1
 
126
50      2
 
127
51      3
 
128
52      4
 
129
53      5
 
130
54      6
 
131
55      7
 
132
56      8
 
133
57      9
 
134
58      :
 
135
59      ;
 
136
60      &lt;
 
137
61      =
 
138
62      &gt;
 
139
63      ?
 
140
 
 
141
 
 
142
 
 
143
</pre></td><td  width='18%' valign='top'> 
 
144
<pre>
 
145
DEC     Character
 
146
Value
 
147
 
 
148
64      @
 
149
65      A
 
150
66      B
 
151
67      C
 
152
68      D
 
153
69      E
 
154
70      F
 
155
71      G
 
156
72      H
 
157
73      I
 
158
74      J
 
159
75      K
 
160
76      L
 
161
77      M
 
162
78      N
 
163
79      O
 
164
80      P
 
165
81      Q
 
166
82      R
 
167
83      S
 
168
84      T
 
169
85      U
 
170
86      V
 
171
87      W
 
172
88      X
 
173
89      Y
 
174
90      Z
 
175
91      [
 
176
92      \
 
177
93      ]
 
178
94      ^
 
179
95      _
 
180
 
 
181
 
 
182
 
 
183
</pre></td><td  width='18%' valign='top'> 
 
184
<pre>
 
185
DEC     Character
 
186
Value
 
187
 
 
188
96      `
 
189
97      a
 
190
98      b
 
191
99      c
 
192
100     d
 
193
101     e
 
194
102     f
 
195
103     g
 
196
104     h
 
197
105     i
 
198
106     j
 
199
107     k
 
200
108     l
 
201
109     m
 
202
110     n
 
203
111     o
 
204
112     p
 
205
113     q
 
206
114     r
 
207
115     s
 
208
116     t
 
209
117     u
 
210
118     v
 
211
119     w
 
212
120     x
 
213
121     y
 
214
122     z
 
215
123     {
 
216
124     |
 
217
125     }
 
218
126     ~
 
219
127
 
220
 
 
221
</pre></td></tr></table>
 
222
<p class='vspace'></p><p><a class='wikilink' href='index.html'>Reference Home</a>
 
223
</p>
 
224
<p class='vspace'></p><p><em>Corrections, suggestions, and new documentation should be posted to the <a class='urllink' href='http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?board=swbugs' rel='nofollow'>Forum</a>.</em>
 
225
</p>
 
226
<p class='vspace'></p><p>The text of the Arduino reference is licensed under a
 
227
<a class='urllink' href='http://creativecommons.org/licenses/by-sa/3.0/' rel='nofollow'>Creative Commons Attribution-ShareAlike 3.0 License</a>.  Code samples in the reference are released into the public domain.
 
228
</p>
 
229
</div>
 
230
 
 
231
</div>
 
232
<!--PageFooterFmt-->
 
233
<div id="pagefooter">
 
234
  <a href='#'>Edit Page</a> | <a href='#'>Page History</a> | <a href='#' target='_blank'>Printable View</a> | <a href='http://arduino.cc/en/Site/AllRecentChanges'>All Recent Site Changes</a>
 
235
</div>
 
236
<!--/PageFooterFmt-->
 
237
</div>
 
238
</body>
 
239
</html>