Serial Monitor Functionality

I’ve been using a serial protocol to send and receive commands to an Arduino Atmega2560. However it is frustrating because the way that serial monitor is set up I can’t delete arguments once they’ve been typed into the serial monitor. Trying to backspace or delete moves the selection back but doesn’t remove the argument from the screen. Is there anyway to achieve the functionality that the Arduino ide has?

1 Like