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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:bfc6c756c8e9 | 2019-09-02 | mjm2016 | Bug fixed |
4:183056edc0f4 | 2017-09-20 | mjm2016 | Bug fix |
3:12840abcee40 | 2017-09-20 | mjm2016 | i-- must be protected from being a negative value. bug fix |
2:880559109781 | 2017-09-20 | mjm2016 | Bug fix |
1:e71563467f24 | 2017-06-07 | mjm2016 | CORRECTION |
0:97014197b0d4 | 2017-06-07 | mjm2016 | 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. |