I use the simple Windows Serial terminal Termite besides the serial monitor in the IDE.
IDE 2 has the Serial terminal window at the bottom of the windows only showing a few lines at the cost of the programming area.
Therefore Termite is very handy to enter commands and receive results in a separate window (Like in the IDE1)
With ESP-C3 and ESP-S3 MCU's one has to set
esp32s3.serial.disableDTR=false
esp32s3.serial.disableRTS=false
in boards.txt to TRUE to get Termite and serial monitor in the IDE communication working.
I can connect with Termite and send commands.
My app can also connect via UART Bluetooth and I see the command send from Termite coming in and performing its task.
I see only the output in the Bluetooth connection but not in Termite
The serial monitor from the IDE1 and IDE2 works fine.
Is there a setting to get the output also to Termite?