Redpine Signals, Inc.
Page 29
R
R
S
S
-
-
W
W
C
C
-
-
3
3
0
0
1
1
E
E
v
v
a
a
l
l
u
u
a
a
t
t
i
i
o
o
n
n
B
B
o
o
a
a
r
r
d
d
U
U
s
s
e
e
r
r
G
G
u
u
i
i
d
d
e
e
V
V
e
e
r
r
s
s
i
i
o
o
n
n
2
2
.
.
5
5
1
1
The values of the parameters can be updated dynamically (for
example to 7654321,654321,54321 and 987654321 respectively)
using the command
at+rsi_webfields=1;7654321,2;654321,3;54321,4;987654321
.
Refer to the command “Load Web Fields” in the Programming
reference manual for more details.
A new webpage can also be loaded into the module. It will overwrite
the previously existing webpage. For example, below is given the
source code of a reference page (91 characters in total).
<html><head><title>Untitled
Document</title></head><body><h1>Hello
World</h1></body></html>
This can be loaded into the module with the below command
at+rsi_webpage=91,<html><head><title>Untitled
Document</title></head><body><h1>Hello
World</h1></body></html>
Refer to the command “Load Web Page in Module” in the Programming
Reference Manual for more details.