Chat about current Lua tools and IDEs

User avatar
By GeoNomad
#4958
Markus Gritsch wrote:Hmm, I was thinking about improving upload speed: What if LuaLoader.lua contains beside cat() a second function save(), something like this:
What do you think?


I did some experimenting on the weekend and found that Lua is still sending a > after every newline, even with echo off. That makes it more cumbersome to do a faster upload right now.

I expect to sort it out later.
User avatar
By GeoNomad
#4959
Warthog wrote:@Herman: May try again as administrator rights?

@Peter: The upload with 921600 will not work for me. Maybe this can be made configurable to 115200? I am using a real serial port which is not capable of 921600.


Yes, I will make the option configurable. But if you just change to 115200 or any other speed, you don't need to use the automatic acceleration option. You will get most of the benefit.

The auto speed boost is just a handy feature for those of us too lazy or forgetful to change from 9600 after a reset...
User avatar
By ucy74
#4965
ucy74 wrote:esp8266_flasher.exe works...

GeoNomad wrote:Sorry, this is a Windows app.

esp8266_flasher.exe is Win app too - but can use textual port description pasted by user - like "COM1" or "/dev/ttyS0"

flasher.jpg
User avatar
By Warthog
#5340
GeoNomad wrote:
Warthog wrote:@Herman: May try again as administrator rights?

@Peter: The upload with 921600 will not work for me. Maybe this can be made configurable to 115200? I am using a real serial port which is not capable of 921600.


Yes, I will make the option configurable. But if you just change to 115200 or any other speed, you don't need to use the automatic acceleration option. You will get most of the benefit.

The auto speed boost is just a handy feature for those of us too lazy or forgetful to change from 9600 after a reset...


Maybe I do not understand the speed option for download. When I insert
Code: Select alluart.setup(0, 115200, 8, 0, 1, 0 )
in my init.lua the download is still very slow.

Waiting for the 115200 option ;)