Chat about current Lua tools and IDEs

User avatar
By coolzoon
#23987 EN:
Originally i planed to write some convenient library for NodeMCU for myself easy use, for example how cool is it just write wifiStart(Mode,SSID,PWD), or serverStart(htmlFile), However I just too lazy to deal with the Lua string functions. so i end up with just the debugger. This is a small lua script debugger for NodeMCU firmware, can also be used as a serial debugger. this is just an Arduino-like clean interface, no codes inside use Arduino core.

CN:
本来为了想方便自己使用想针对NodeMCU再做一套简单的库函数直接调用,例如假如做个wifiStart(Mode,SSID,PWD)函数就直接启用wifi就太棒了, 后来发现自己太懒,看到了lua"(%a+)%s*=%s*(%a+)(%w)") 之类的字符串操作函数头昏眼花,索性到此为止,做个调试器好了。这个程序是专门针对简单应用做的,一般来讲我们通常将文件上传到init.lua文件中,所以这个程序可以直接针对init.lua进行操作,
源代码VB代码非常简单,请到github下载,
可自行随意修改成自己需要的。当前请注意打开多个窗口时端口占用会有问题,请注意再次点击端口关闭不用窗口的端口

executable: http://pan.baidu.com/s/1c02NFLe
source code: https://github.com/coolzoom/nodemcu-ino-like-debugger
Image 1.jpg