hello, I'm using esp32 mcu for wireless connectivity to receive load cell data on task1 and to control relay (on/off) on task2. Since you can not copy the data from arduino ide serial monitor directly, i wrote a code to send it to google sheets. That however has other problems. I know that you can also use a serial terminal programe to receive the values there from where you can copy them from. My question is, is there a serial terminal program that can somehow connect to the esp32 via wifi and receive the values?
(the code I wrote is of no use here)
Some terminal programs have functionality for both serial and network; for Windows, Tera Term is one of them, PuTTY another one.
@sterretje, and the MCU side?
I admit that I overlooked that side. Obviously a server listening on a port.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.