SAMWONTECH
1st Edition of TEMI2000_Series IM : Dec. 15. 2008 Page 8 / 58
█
Example for
SUM
◈
Example
To read the consecutively D-Register from D0001 (TEMP.PV) to D0006 (HUMI.SP)
- Request
: [stx]01RSD,06,0001[cr][lf]
- Request (with CheckSum)
: [stx]01RSD,06,0001C9[cr][lf]
☞
As shown below, hexa decimal value adding each text at 01RSD,06,0001 by ASCII code is 2C9, and lower
digit 2 characters C9 will be used for CheckSum.
Text
0
1
R
S
D
,
0
6
,
0
0
0
1
Ascii value
30
31
52
53
44
2C
30
36
2C
30
30
30
31
█ ASCII Table
상
위
0
1
2
3
4
5
6
7
0
NUL
DLE
SPACE
0
@
P
`
p
1
SOH
DC1
!
1
A
Q
a
q
2
STX
DC2
“
2
B
R
b
r
3
ETX
DC3
#
3
C
S
c
s
4
EOT
DC4
$
4
D
T
d
t
5
ENQ
NAK
%
5
E
U
e
u
6
ACK
SYN
&
6
F
V
f
v
7
BEL
ETB
‘
7
G
W
g
w
8
BS
CAN
(
8
H
X
h
x
9
HT
EM
)
9
I
Y
i
y
A
LF
SUB
*
:
J
Z
j
z
B
VT
ESC
+
;
K
[
k
{
C
FF
FS
,
<
L
¥
l
|
D
CR
GS
-
=
M
]
m
}
E
SO
RS
.
>
N
^
n
~
F
SI
US
/
?
O
_
o
DEL
+
2C9