have just downloaded ESPlorer v0.1 206 on Windows Vista, and find a problem immediately.
I have a tiny lua file, init.lua:
print("Hi Chris")
-- dofile("WebPulse.lua")
If I use Hari Wiguna's Lua Uploader it uploads and executes fine.
If I use ESPlorer to "Send to ESP" is uploaded and it runs, but ESPlorer then times out "Wating answer from ESP - Timeout reached. Send aborted".
If I use ESPlorer to "Save to ESP" Lua reports a syntax error:
"PORT OPEN 9600
Hi Chris> Hi Chris> > >> > Hi Chris
> >> >> >> stdin:2: '=' expected near 'dofile'
The dofile is commented out, so this shouldn't happen?
Furthermore, if I now go back to Hari's Lua Uploader, I find the file init.lua has been damaged. Both lines now appear on a single line.
If I hex dump the file, I see the previous 0a0d (CR, LF) has been repleced by 0a0a (2 CRs).
Anyone else seen this, and seen how to avoid it? Am I donig something wrong?
I'd like to use ESPlorer because it offers more features and will run on my Linux box too, but right now it's worthless to me.
Thanks, Chris