Request
Response
AT+connect=[socketID], [family], [remotePort],
[remoteAddress]
+connect:[remotePort],
[remoteAddress] or error
Arguments:
socketID : socket descriptor
family : INET or INET6
remotePort : Port of the peer to connect to
remoteAddress : Address to connect to
Table 42: AT+connect
Request
Response
AT+accept=[socketID],[family]
+accept:[clientSocketID],[family],[clientPort],
[clientAddress] or error
Arguments:
socketID:socket descriptor
family : INET or INET6
Table 43: AT+accept
Request
Response
AT+select=[nfds],[readsds],[timeout sec],[timeout usec]
+select:[readfs] or
error
Arguments:
nfds: The highest numbered file descriptor in any of the three
sets (read, write or accept)
readfs : socket descriptors as bitlist (0|2 to monitor 0 and 2)
timeout sec : Time elapsed before select returns in sec
timeout usec: Time in microseconds
Table 44: AT+select
8.4.4. Socket settings
Once a socket is created, the descriptor can be used to modify its properties using the socket
option commands described here.
Calypso reference manual version 1.2
© April 2019
www.we-online.com/wireless-connectivity
51