发送udp数据前,需要建立socket
at+nsocr=DGRAM,17,3568,1
at命令发送udp的数据
at+nsost=0,192.168.100.1,6000,13,777273779e99393939
at命令接收udp的数据
at+nsorf=0,100
例如:如果想给SVN库中的某个文件加上x属性,可使用:
svn propset svn:executable on test.c
执行结果提示:设置属性 “svn:executable” 于 “test.c”
发送udp数据前,需要建立socket
at+nsocr=DGRAM,17,3568,1
at命令发送udp的数据
at+nsost=0,192.168.100.1,6000,13,777273779e99393939
at命令接收udp的数据
at+nsorf=0,100
例如:如果想给SVN库中的某个文件加上x属性,可使用:
svn propset svn:executable on test.c
执行结果提示:设置属性 “svn:executable” 于 “test.c”