新手上路
- 积分
- 33
- 金钱
- 33
- 注册时间
- 2014-6-21
- 在线时间
- 41 小时
|
10金钱
已用原子的ESP8266连接外网,求问网页如何写可以连接单片机控制其引脚。
目前能连上www.baidu.com
部分串口显示如下
AT+CWMODE=1
OK
AT+CWJAP="xs","13851833221"
WIFI DISCONNECT
WIFI CONNECTED
WIFI GOT IP
OK
AT+CIPSTART="TCP","www.baidu.com",80AT+CIPSTART="TCP","www.baidu.com",80
ERROR
AT+CIPSTART="TCP","www.baidu.com",80
CONNECT
OK
AT+CIPMODE=1
OK
AT+CIPSEND
OK
>HTTP/1.1 200 OK
Date: Tue, 23 Feb 2016 03:45:04 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: Close
Vary: Accept-Encoding
Set-Cookie: BAIDUID=D7BCFFC9BC5EEC4B1275CC2FCD83DADB:FG=1; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com
Set-Cookie: BIDUPSID=D7BCFFC9BC5EEC4B1275CC2FCD83DADB; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com
Set-Cookie: PSTM=1456199104; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com
Set-Cookie: BDSVRTM=0; path=/
Set-Cookie: BD_HOME=0; path=/
Set-Cookie: H_PS_PSSID=1423_18288_17943_17001_17073_15866_12328; path=/; domain=.baidu.com
P3P: CP=" OTI DSP COR IVA OUR IND COM "
Cache-Control: private
Cxy_all: baidu+d6982d460443c624ab9ab63bb6c32729
Expires: Tue, 23 Feb 2016 03:44:25 GMT
X-Powered-By: HPHP
Server: BWS/1.1
X-UA-Compatible: IE=Edge,chrome=1
BDPAGETYPE: 1
BDQID: 0x91b14558000211ef
BDUSERID: 0
17f08
<!DOCTYPE html><!--STATUS OK--><html><head><meta http-equiv="content-type" content="text/html;charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta content="always" name="referrer"><meta name="theme-color" content="#2932e1"><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><link rel="search" type="application/opensearchdescription+xml" href="/content-search.xml" title="鐧惧害鎼滅储" /><link rel="icon" sizes="any" mask href="//www.baidu.com/img/baidu.svg"><link rel="dns-prefetch" href="//s1.bdstatic.com"/><link rel="dns-prefetch" href="//t1.baidu.com"/><link rel="dns-prefetch" href="//t2.baidu.com"/><link rel="dns-prefetch" href="//t3.baidu.com"/><link rel="dns-prefetch" href="//t10.baidu.com"/><link rel="dns-prefetch" href="//t11.baidu.com"/><link rel="dns-prefetch"
|
|