ESP8266 Developer Zone The Official ESP8266 Forum 2017-04-28T14:28:29+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=4139 2017-04-28T14:28:29+08:00 2017-04-28T14:28:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4139&p=12637#p12637 <![CDATA[Re: AT+CIPSTART fails]]>
Please try: AT+CIPSTART=“TCP“,“www.heise.de",80

1 is for multiple connection mode (AT+CIPMUX=1).

Thanks for your interest in ESP8266!

Statistics: Posted by ESP_Faye — Fri Apr 28, 2017 2:28 pm


]]>
2017-04-27T23:44:53+08:00 2017-04-27T23:44:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=4139&p=12619#p12619 <![CDATA[AT+CIPSTART fails]]>
every time I want to establish a tcp connection I get an error:

AT+CIFSR
+CIFSR:STAIP,"192.168.178.37"
+CIFSR:STAMAC,"18:fe:34:f4:db:5e"

OK
AT+CIPSTART=1,“TCP“,“www.heise.de",80
Link type ERROR

ERROR

I am using:

AT+GMR
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(656edbf)
compile time:Jul 19 2016 18:44:44
OK

Any hints form me?

Pinging ist ok:

AT+PING="www.heise.de"
+21

OK

Statistics: Posted by wimalopaan — Thu Apr 27, 2017 11:44 pm


]]>