更改

跳转至: 导航搜索

NB200软件设计手册

添加96字节2019年2月17日 (日) 19:58
UDP发送和接收数据
+NPINGERR:1
</syntaxhighlight>命令返回格式为:<code>+NPING:<remote_address>,<ttl></code>
{| class="wikitable"
!参数
</syntaxhighlight>创建socket的指令格式为: <code>AT+NSOCR=<type>,<protocol>,<listen-port>[,<receive control>]</code>
{| class="wikitable"
!参数
OK
</syntaxhighlight>发送数据指令格式为:AT发送数据指令格式为:<code>AT+NSOST=<socket-id>,<remote_addr>,<remote_port>, <length>,<nowiki><data></nowiki></code>
{| class="wikitable"
!参数
|<length>,<nowiki><data></nowiki>
|待发送的数据长度和数据内容,注意,data是以16进制形式的填写,例如要发送:123,则data为:313233,length为:3
|}模块返回格式:<code><socket-id>,<length></code>
{| class="wikitable"
!参数
#模块返回
+NSONMI:0,13
</syntaxhighlight>命令格式为:<code>+NSONMI:<socket-id>,<length></code>
{| class="wikitable"
!参数
#模块返回
0,115.29.240.46,6001,13,696F7478782E7564703A313233,0
</syntaxhighlight>读指令格式为:AT读指令格式为:<code>AT+NSORF=<socket-id>,<req_length></code>
{| class="wikitable"
!参数
|}
模块返回的数据格式为:<code><socket-id>,<remote_addr>,<remote_port>,<length>,<nowiki><data>,<remaining_length></nowiki></code>
{| class="wikitable"
!参数
2,367
个编辑

本PDF由谷雨文档中心自动生成,点击下方链接阅读最新内容。

取自“http://doc.iotxx.com/特殊:移动版差异/1555

导航菜单