ErriezSerialTerminal
ErriezSerialTerminal copied to clipboard
Serial Terminal library for Arduino
It will be nice to add up down arrow key command for convenience, just like linux bash command. Thanks
It would be nice if the command string wasn't case sensitive. Something along the lines of adding it as an OPTIONAL parameter to `addCommand()`. This could be implemented by using...
I'm running on an ESP32 and I need a console to be on two serial port, both Serial and Serial1. Would this be possible? The trick here is that Serial...