Closed
Description
Something other serial apps have that the IDE doesn't is the ability to recall previously sent strings in the serial monitor. Data could be retained per Arduino session (not session of the serial monitor, so it would last code changes and uploads) and be invoked with arrow key up/down. This is especially useful if a user needs to repeatedly send the same string, yet without copying and pasting.
Coolterm has good implementation of this and it would be great to see this implemented in Arduino IDE.