-->
Page 1 of 1

Scrolling window?

PostPosted: Thu Apr 14, 2016 1:09 pm
by Electroguard
Is there a way for ESP Basic to show a scrolling window on the browser page?
I want to display incoming udp msgs if possible - perhaps 10 or 20 lines worth - similar to the status window at the bottom of the arduino ide.

Which reminds me - when I use a text box to input a udp msg to send, it adds + characters at the beginning of words which get transmitted in the msg... is that a bug, or is it me doing something wrong?

Re: Scrolling window?

PostPosted: Fri Apr 15, 2016 8:48 am
by cicciocb
Hi,
the problem is that the browser page is not a console.
as reported here viewtopic.php?f=42&t=8227&p=45338#p45338 , you should avoid to fill the page with a big amount of data and use mostly the serial port for that.