beegee-tokyo / WisBlock-API

WisBlock API takes care of all the LoRaWAN, BLE, AT command functionality. It makes development of event driven power savings applications easy.
MIT License
28 stars 15 forks source link

Johansmacias/improvements for at commands interface #1

Closed johansmacias closed 3 years ago

johansmacias commented 3 years ago

When the debug output is enabled could be a good idea to hide the messages related to the USB to avoid the following behavior while entering AT commands.

Improvements AT serial interface 01

Currently, when entering the AT commands we cannot correct any character. If we make a mistake backspace doesn't clear the atcmd buffer and the serial keeps showing all the entered characters. These are the improvements to achieve it:

The final result. Improvements AT serial interface 02

beegee-tokyo commented 3 years ago

Implemented with https://github.com/beegee-tokyo/WisBlock-API/commit/186725899e14c1db04b36aae9726568291365854