4refr0nt / ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers
http://esp8266.ru/esplorer/
GNU General Public License v2.0
1.23k stars 325 forks source link

Seems lost characters during Save to ESP #52

Open whc2001 opened 7 years ago

whc2001 commented 7 years ago

file.remove("test.lua"); file.open("test.lua","w+"); w = file.writeline w([==[str = "Hello World!";]==]); w([==[print(str);]==]); file.close(); dofile("test.lua"); stdin:1: attempt to call field 'writelinew' (a nil value) stack traceback: stdin:1: in main chunk

Each time I hit "Save to ESP" the console returns something similar to this. Just seems like something has been lost. However "Send to ESP" works. No use changing baud rate.

4refr0nt commented 7 years ago

Try this \[ and \]

whc2001 commented 7 years ago

But I didn't write square brackets in the test program. The code with square brackets above was added automatically by ESPlorer.

tobyliu415 commented 7 years ago

I found this problem my cased by settings -> send -> dumb mode -> delay = 0 try to change the delay time of dumb mode.

21iczhongli commented 6 years ago

I solved the same problem by reseting the dump mode of ESPlorer

alex85k commented 5 years ago

Dumb mode was also an issue in my case. It is switched on automatically for micropython but not switched back when switching to NodeMCU.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.