- Sat Sep 12, 2015 2:09 pm
#28931
pvvx wrote:Why such a low rate of firmware in ZBasic On 230400 Baud it is a few minutes
You are free to change the download speed to whatever you'd like. From the Options menu, select "Serial Port Options...". In the resulting dialog, change the baud rate in the "Download Options" group box. The default rate of 115.2K baud matches the fixed bootloader baud rate of ZBasic devices.
You can also change the baud rate in the "Execution Options" group box from the default 19.2K baud. If you do, however, you must also use the "Option ConsoleSpeed" directive to set the baud rate to match in the application.
The ZBasic IDE doesn't use the esp_tool.exe utility for downloading. Rather, similar code is incorporated directly in the IDE code base.