Request
Response
AT+recvFrom=[socketID],[family],[remotePort],
[remoteAddress], [format], [length]
+recvFrom:[socketID],
[length],[data] or error
Arguments:
socketID : socket descriptor
family : INET or INET6
remotePort : Port of the peer to connect to
remoteAddress : Address to connect to
format : data format 0=binary, 1=base64 (binary to
text encoding)
length : Max number of bytes to receive
Table 50: AT+recvFrom
The module allocates memory for data reception, depending on the length field
of the receive command. If not enough memory can be allocated an error is
returned. We recommend to use a maximum length field of 1460.
Request
Response
AT+send=[socketID], [format], [length],[data]
OK or error
Arguments:
socketID : socket descriptor
format : data format 0=binary, 1=base64 (binary to
text encoding)
length : number of bytes to send (max 1460)
data: date to send
Table 51: AT+send
Calypso reference manual version 1.2
© April 2019
www.we-online.com/wireless-connectivity
55