Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems lost characters during Save to ESP #52

Open
whc2001 opened this issue Apr 1, 2017 · 6 comments
Open

Seems lost characters during Save to ESP #52

whc2001 opened this issue Apr 1, 2017 · 6 comments
Labels

Comments

@whc2001
Copy link

whc2001 commented Apr 1, 2017

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
Copy link
Owner

4refr0nt commented Apr 1, 2017

Try this \[ and \]

@whc2001
Copy link
Author

whc2001 commented Apr 2, 2017

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

@tobyliu415
Copy link

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

@21iczhongli
Copy link

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

@alex85k
Copy link

alex85k commented Dec 2, 2018

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
Copy link

stale bot commented Aug 23, 2020

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.

@stale stale bot added the wontfix label Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants