Erriez / ErriezSerialTerminal

Serial Terminal library for Arduino
https://github.com/Erriez/ErriezArduinoLibrariesAndSketches
MIT License
28 stars 14 forks source link

Implement console echoing and post command handling. #2

Closed calw20 closed 3 years ago

calw20 commented 3 years ago

Add the ability to echo back to the serial interface & to be able to run a function once a command has been handled. This is super useful for terminal programs like PuTTY, without these features you have to mess with the software settings to locally echo input.

Erriez commented 3 years ago

Hi @calw20,

Thanks for your pull-request. This is very useful. I'm testing it locally and make some small modifications.

Regards, Erriez

calw20 commented 3 years ago

That's Dope! Thanks for updating all the docs & formatting. I'm glad someone else finds this useful.

Erriez commented 3 years ago

Sure! I've squashed most commits in master (I could not do this on your MR branch) and will generate release v1.1.3 tag.