-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Description
Hello guys,
I am trying to flash my ESP8266 01 with CP2102. When I hit Upload, I am getting the below error:
error: cannot access COM1
error: espcomm_open failed
error: espcomm_upload_mem failed
When I try to execute the AT command, as soon as I select Serial Monitor in Arduino IDE, I see below error:
_Arduino: 1.6.8 (Mac OS X), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 4M (3M SPIFFS), ck, Disabled, None"
Sketch uses 219,463 bytes (21%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 31,140 bytes (38%) of dynamic memory, leaving 50,780 bytes for local variables. Maximum is 81,920 bytes.
error: cannot access COM1
error: espcomm_open failed
error: espcomm_upload_mem failed
Board at COM1 is not available
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
_
Can any one let my know what could be the problem?
Thanks,