Page 1 of 1

COM port in make menuconfig, syntax

Posted: Tue May 14, 2019 9:34 pm
by bonmotwang
As shown on my screenshot, I put "COM43" there. Is it correct?
I have been doing other Windows development. large com part number require \\\ in front it.
Is it the case there?
Thanks
Paul

Re: COM port in make menuconfig, syntax

Posted: Tue May 14, 2019 9:39 pm
by fly135
bonmotwang wrote:
Tue May 14, 2019 9:34 pm
As shown on my screenshot, I put "COM43" there. Is it correct?
I have been doing other Windows development. large com part number require \\\ in front it.
Is it the case there?
I do not put slashes in front. I always type it lower case. Have no idea if it's case sensitive. If you want to try another way you can override the sdkconfig.

make flash ESPPORT=com43

John A