Moderator: Mmiscool
I tried using an 'out-of-the-box' download of teraterm 4.90 but every key press returned...
"Failed to reach end of input expression, likely malformed input"
"errorhcausex" (x being the key pressed)
I wasn't expecting any key presses to even be sent until pressing <BR>, so I tried using arduino serial monitor instead, but even though a character now needed a <BR> to send it, it still caused the same input error to be returned.
I copied and pasted from the posted example (included below), so it's not because of a typing error.
I was expecting key presses to be printed rather than interpreted?
memclear
print ramfree()
serialbranch [serialin]
wait
[serialin]
serialinput zz$
Serialprint “received:”
serialprintln zz$
return
The input command still requires a cr-lf to complete the input.
memclear
print ramfree()
serialbranch [serialin]
wait
[serialin]
serialinput zz$
Serialprint "received:"
serialprintln zz$
return
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
I copied and posted though, so presumably the local font must somehow make a difference!
All I can say is... your eyesight is as sharp as your mind, sir.