Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo

Arduino IDE 编程ESP8266上传程序是出现报错:“warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed”
如图;
Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo
解决办法;

一,硬件方面

1.检查连线
确认连接无误,
UTXD—–RXD
URXD—–TXD

VCC——-3.3V
GND——GND
2.查看ESP8266的串口是否被其他软件站用
点一下串口监控器,若正常弹出串口窗口则没有问题,
Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo

若不能弹出窗口,则检查一下 工具----端口------(选择相应端口)

二,其他

1.选择对应的开发板,
Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo
2.烧录时的按键手法《最重要的要点》

按下flash(或叫BOOT)不丢,然后按一下复位按键松开,然后点下载,此时flash(或叫BOOT)不要松,下载完毕后松开。
附ESP12启动方式说明
Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo
Arduino编程ESP8266下载报错错误:warning: espcomm_sync failed error: espcomm_open failed error: espcomm_uplo