WizFi210
Programmers’ Guide
(WIZnet Co., Ltd.)
5-47
①
<CID 0> socket receives the <AAAA>.
②
<CID 1> socket receives the <BBBB>.
③
<CID 2> socket receives the <CCCC>.
④
<CID 3> socket receives the <DDDD>.
Figure 4 Command sequence and response for TCP Client multi sockets
As we can see, after connections established, we can get some data from peer system following
the format of escape sequence.
AT+NCTCP=192.168.3.102,4000
(Sent AT command followed 0x0d)
[OK]
AT+NCTCP=192.168.3.102,4001
[OK]
AT+NCTCP=192.168.3.102,4002
[OK]
AT+NCTCP=192.168.3.102,4003
[OK]
<ESC>S0AAAA<ESC>E<ESC>S1BBBB<ESC>E<ESC>S2CCCC<ESC>E<ESC>S3DDDD<ESC>E