Page 1 of 1

Can't enter text after connecting WebRepl

Posted: Tue Oct 09, 2018 4:31 pm
by guyd
Hi,
I establish connection to wepRepl ( using password ) .
after successful connection - I can not enter any text. why is that ?

Re: Can't enter text after connecting WebRepl

Posted: Thu Oct 11, 2018 11:49 am
by adxx
Is there any code executed at that moment?

Re: Can't enter text after connecting WebRepl

Posted: Thu Oct 11, 2018 1:29 pm
by HermannSW
adxx wrote:
Thu Oct 11, 2018 11:49 am
Is there any code executed at that moment?
That is good question, try pressing CTRL-C and you will stop eg. endless while loops.

Re: Can't enter text after connecting WebRepl

Posted: Thu Oct 11, 2018 2:03 pm
by adxx
I need to run a check to reproduce my experience, but I recall similar behavior when I was testing pcd8544 with my ESP-12F - Ctrl-C did not help.
Will get back with the details on driver and the code.

UPD:
just double checked my code - WebREPL responds to Ctrl-C as it should be. Not sure why I got this impression that Ctrl-C did not work.