Interactive serial interface for sending commands to an embedded system using serial communications. This will be helpful if you want to send commands to serial port and be able to correct the wrong text entered at the terminal
History
Bug fixed
2019-09-02, by mjm2016 [Mon, 02 Sep 2019 12:28:53 +0000] rev 5
Bug fixed
Bug fix
2017-09-20, by mjm2016 [Wed, 20 Sep 2017 06:18:04 +0000] rev 4
Bug fix
i-- must be protected from being a negative value. bug fix
2017-09-20, by mjm2016 [Wed, 20 Sep 2017 05:45:34 +0000] rev 3
i-- must be protected from being a negative value. bug fix
Bug fix
2017-09-20, by mjm2016 [Wed, 20 Sep 2017 05:38:55 +0000] rev 2
Bug fix
CORRECTION
2017-06-07, by mjm2016 [Wed, 07 Jun 2017 06:10:58 +0000] rev 1
CORRECTION
This function will take a string from the terminal and save it in a buffer. The string is editable during the time user input the string. This will be useful if any one want to have an interactive interface for an application.
2017-06-07, by mjm2016 [Wed, 07 Jun 2017 06:04:30 +0000] rev 0
This function will take a string from the terminal and save it in a buffer. The string is editable during the time user input the string. This will be useful if any one want to have an interactive interface for an application.