Specifying COM port for ESP-Prog
Posted: Tue Oct 11, 2022 3:49 pm
I have a Windows 10 PC with an industrial motherboard, which has numerous COM ports.
I am using an AZ Delivery devkit v4 ESP32
When using VS Code and PlatformIO, I have found it useful to edit the platformio.ini file to specify:
debug_port = COM10
upload_port = COM8
as by default, VS Code/PlatformIO makes the wrong choices for uploading and for debugging with Esp-prog
I have been struggling to get the esp-prog debugger working with the Espressif IDE and was wondering if it is possible
to specify explicity which COM port should be used by the Espressif IDE (and if so, how).
Any suggestions welcomed.
Tim
I am using an AZ Delivery devkit v4 ESP32
When using VS Code and PlatformIO, I have found it useful to edit the platformio.ini file to specify:
debug_port = COM10
upload_port = COM8
as by default, VS Code/PlatformIO makes the wrong choices for uploading and for debugging with Esp-prog
I have been struggling to get the esp-prog debugger working with the Espressif IDE and was wondering if it is possible
to specify explicity which COM port should be used by the Espressif IDE (and if so, how).
Any suggestions welcomed.
Tim