Send data to Serial monitor in Arduino

I’ve a problem, I can read data from arduino, but I can’t send it as I can do in Arduino IDE with “send” button

Thanks a lot

There is no “send” button, ever character inputted gets sent automatically. See No feedback in platformio's seiral monitor.

Thanks a lot… But, another question is… there is any method for make that the program waits for a data as “send button”?, for explample if I’m waiting for a string and I need some time to write it.

Thanks

Is this not covered by monitor_filters = send_on_enter from the post I linked?

U… That’s rght… Sorry, thanks