Sierra Wireless WISMO218 User Manual Page 72

  • Download
  • Add to my manuals
  • Print
  • Page
    / 79
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 71
WA_DEV_W228_UGD_002 Rev 003 Page 72 of 78
WISMO228 TCP/IP AT Commands
Manual
AT+WIPCREATE=2,1,”192.168.0.1”,80
+CME ERROR: 845
//create a TCP client socket towards peer IP device
//@ “192.168.0.1”, port 80. Index 1 is reserved by
//server index and hence error is returned.
//4 reserved TCP client sockets have been spawned
//by their TCP server.
+WIPACCEPT: 1,1
//unsolicited: the server index 1 accepted a
//connection; resulting TCP client on idx 1
+WIPACCEPT: 2,2
//unsolicited: the server index 2 accepted a
//connection; resulting TCP client on idx 2
+WIPACCEPT: 3,3
//unsolicited: the server index 3 accepted a
//connection; resulting TCP client on idx 3
+WIPACCEPT: 4,4
//unsolicited: the server index 4 accepted a
//connection; resulting TCP client on idx 4
AT+WIPCREATE=2,5,”192.168.0.1”,80
//create a TCP client towards peer IP device @
//“192.168.0.1”, port 80.
OK
//all parameters and IP stack behavior are OK
+WIPREADY: 2,5
//unsolicited: the TCP client socket is connected to the
//peer.
AT+WIPCREATE=2,6,”192.168.0.1”,80
//create a TCP client towards peer IP device @
//“192.168.0.1”, port 80.
OK
//all parameters and IP stack behavior are OK
+WIPREADY: 2,6
//unsolicited: the TCP client socket is connected to the
//peer
AT+WIPCREATE=2,7,”192.168.0.1”,80
//create a TCP client towards peer IP device @
//“192.168.0.1”, port 80
OK
//all parameters and IP stack behavior are OK
+WIPREADY: 2,7
//unsolicited: the TCP client socket is connected to the
//peer
AT+WIPCREATE=2,8,”192.168.0.1”,80
//create a TCP client towards peer IP device @
//“192.168.0.1”, port 80.
OK
//all parameters and IP stack behavior are OK
+WIPREADY: 2,8
//unsolicited: the TCP client socket is connected to the
//peer
AT+WIPCREATE=2,8,”192.168.0.1”,80
+CME ERROR: 840
//create a TCP client towards peer IP device @
//“192.168.0.1”, port 80. Index 8 is already used and
//corresponds to an active socket.
AT+WIPCREATE=2,9,”192.168.0.1”,80
+CME ERROR: 830
//create a TCP client towards a peer IP device @
//“192.168.0.1”, port 80. Index 9 is forbidden.
Page view 71
1 2 ... 67 68 69 70 71 72 73 74 75 76 77 78 79

Comments to this Manuals

No comments