Chat about current Lua tools and IDEs

User avatar
By mickey
#7417
GeoNomad wrote:
mickey wrote:So according to your answer something is wrong in my lualoader setting because I don't see on screen the output from the esp. is there something I missed that one should change in the settings in order to view the output ?


Actually, I just discovered a bug that may be causing your problem.

The latest build has changed the NodeMcu restart first line to NodeMCU.

If you have "Hide Restart Garbage Data" checked, it is hiding the output from the ESP8266 until it sees the string that never comes. Uncheck that setting and restart LuaLoader and see if that resolves your issue.

I will update LuaLoader soon with that fix. Watch for 0.73.


Turn out to be something in my pc, I change pc and it was fixed...
User avatar
By GeoNomad
#7449
jankop wrote:Could you add a button to control the DTR for HW reset please? It would have been helpful. Lualoader provides excellent support for work. Thanks


I have added DTR and RTS buttons to toggle those output pins.

Also a CTS monitor to read the input.

These can be very useful for reset or GPIO testing.

Image

Peter
User avatar
By ThomasA
#8151 Hi

I can see the > prompt using other serial terminal software when running at 9600 8N1 but from within lualoader it does not display any of the text comming from the ESP8266 module.

The module does seem to receive commands from lualoader as it appears that it performs a restart when a restart is requested.

Any ideas?