Dual web terminal ESP32

Good day,
please, would anyone be willing to run a web page on the ESP32 with two windows to show the communication (reading) of the two Com ports (RS232 -1, RS232 -2), and two lines to send parts of the code to the device via Com 1 and 2.

Thanks again

Miki

Hm, it is not exactly clear what you are trying to do. Can you specify it in more detail?

What I'm talking about is that if I enter a certain IP address assigned to the ESP32 in the Internet browser, a page will appear on which there will be two windows (as if two terminals - 2 x Putty).

If you set up a Web server on your ESP32, displaying any kind of web page is only the matter of a HTML file. Whatever kind of HTML you design it will be displayed in your browser.

But I guess there is more to this story and you (as an user) wanted to do something inside these two windows. You mentioned two terminals, like Putty. If you want your web server to act as a command line terminal you will have to do some programming on both, HTML and the Web server side.

If you are only looking for two command line terminals you can set up a Telnet server on your ESP32 and access it with Putty. Two or more simultaneous connections are not a problem. Here is an example of multitasking Telnet server: GitHub - BojanJurca/Multitasking-Esp32-HTTP-FTP-Telnet-servers-for-Arduino: ESP32 with HTTP server, Telnet server, file system, FTP server FTP client, SMTP client, cron daemon and user management

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.