Data Sheet
Manuals
Brands
Elecrow Manuals
Arduino Shields
Elecrow Ethernet W5200 Shield for Arduino
51
52
53
54
55
56
57
58
59
60
© Copyr
ight 20
12
WIZnet Co.,
Inc.
All rights reser
ved.
57
iEthernet
W5200
}
/* incr
eas
e Sn_
RX_RD
as le
ngth o
f
len+ header_siz
e
*/
Sn_RX
_RD = Sn_RX_RD +
header_s
ize
+
get_
size
;
/* set RECV command */
Sn_CR =
REC
V
;
}
1
...
...
55
56
57
58
59
...
...
84