最新回复
问一下,为什么我数据发不出去?有没有人知道AT+CIPSEND命令啊?
我前面几个命令都回复OK的:
AT+CREG? // check if registration network in 2 seconds interval
+CREG: 0,1 // module responses
AT+CGATT? // check if attach PDU for 2 seconds interval
+CGATT: 1 // module responses
AT+CIPSTART=”TCP”,”211.145.35.45”,”2020”
OK
CONNECT OK // it responses in about 30 seconds or shorter time
就是到这里,回复Error了
AT+CIPSEND // input return key
>good // then, input Control and Z keys
Error
我的程序是:
m_strTransmit = "AT+CIPSEND\r\nGood\r\n";
然后把m_strTransmit通过串口发出去,
然后char Send = 0x1a;//回车+Z
把Send发出去。
但是结果返回ERROR
请问有谁用过或者知道AT+CIPSEND命令怎么用的啊?
详情
回复
发表于 2008-10-7 12:10
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
| |
|
|
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持