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.
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.