Set | AT+USOST=<socket>,<remote_addr>,<remote_port>,<length>,<data>,[<seq_no>] | +USOST: <socket>,<length> OK | AT+USOST=3,"151.9.34.66",449,16,"16 bytes of data" +USOST: 3,16 OK |
Set | AT+USOST=<socket>,<remote_addr>,<remote_port>,<length> After the"@" prompt <length> bytes of data are entered | @<data> +USOST: <socket>,<length> OK | AT+USOST=3,"151.9.34.66",449,16 @16 bytes of data +USOST: 3,16 OK |
Test | AT+USOST=? | +USOST: (list of supported <socket>s),"remote_host",(list of supported <remote_port>s),(list of supported <length>s),(list of supported <seq_no>s),"HEX data" +USOST: (list of supported <socket>s),"remote_host",(list of supported <remote_port>s),(list of supported <length>s),(list of supported <seq_no>s),"data" [+USOST: (list of supported <socket>s),"remote_host",(list of supported <remote_port>s),(list of supported <length>s)] OK | +USOST: (1-8),"remote_host",(1-65535),(1-512),(1-255),"HEX data" +USOST: (1-8),"remote_host",(1-65535),(1-1024),(1-255),"data" OK |