Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: RMS_UART.cpp
- Revision:
- 8:f08bb4074bc8
- Parent:
- 6:e4022b92f008
- Child:
- 9:025a189e5082
diff -r e4022b92f008 -r f08bb4074bc8 RMS_UART.cpp
--- a/RMS_UART.cpp Fri Sep 16 01:15:34 2016 +0000
+++ b/RMS_UART.cpp Mon Sep 19 04:00:29 2016 +0000
@@ -183,6 +183,12 @@
/* List all command */
GetHelpCmd();
}
+ /* Command type is stop ($sp) */
+ else if(strstr(Msg_RxBuf,CMD_STOP ))
+ {
+ /* Stop/Hold systems */
+
+ }
/* Command may be mismatched type */
else
{
@@ -193,6 +199,7 @@
(strstr(Msg_RxBuf,CMD_READFILE)) ||
(strstr(Msg_RxBuf,CMD_WRITEFILE) ||
(strstr(Msg_RxBuf,CMD_HELP)) ||
+ (strstr(Msg_RxBuf,CMD_STOP)) ||
(strstr(Msg_RxBuf,CMD_DELETEFILE)))))
{
/* Call command error function */
