Page 1 of 1

Program transfer speed flowcode9 / ESP32 DEVKIT only 115200

Posted: Tue Sep 07, 2021 8:56 pm
by miggarc
Hi

The default program transfer speed on ESP32 DEVKIT is only 115200, when compile to target is selected.

with other tools and exactly same hardware setup ( same computer / same ESP32 DEVKIT ) I can reach
921600 with no errors, transfering the same (after compilation) bin files.

Question is: where can I change this speed on flowcode ?

Thanks in advance,

Miguel

Re: Program transfer speed flowcode9 / ESP32 DEVKIT only 115200

Posted: Wed Sep 08, 2021 7:57 am
by LeighM
Look for 115200 in the device fcdx file in C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\ESP

Re: Program transfer speed flowcode9 / ESP32 DEVKIT only 115200

Posted: Wed Sep 08, 2021 1:27 pm
by miggarc
Hi

Thanks for the rapid answer.

It worked.


Miguel