Chat about current Lua tools and IDEs

User avatar
By alexhi
#5014
Hans174 wrote:Hello Alexhi,

Interesting tool especially the "Upload (Ram)" function.
How is the algorithm to download and to execute a program in RAM?
Where can I find detailed informations?

Hans


If you send in a serial print("HELLO") that LUA immediately executes it in RAM,
if you send in a serial file.writeline ([[print("HELLO")]]) LUA wrote it in a flash and performs after dofile ("name".lua)