1st release (without comment)

Revision:
7:5401cc8ee60f
Parent:
5:4ffe57c4bfaa
--- a/RMS_UART.cpp	Fri Sep 16 00:11:57 2016 +0000
+++ b/RMS_UART.cpp	Mon Sep 19 03:55:18 2016 +0000
@@ -183,6 +183,13 @@
         /* List all command */
         GetHelpCmd();
     }
+    /* Command type is stop ($st) */
+    else if(strstr(Msg_RxBuf,CMD_STOP))
+    {
+        /* ## waiting call function for stop or hold or self mode */
+        
+    }
+    
     /* Command may be mismatched type */
     else
     {
@@ -192,7 +199,8 @@
             if(!((strstr(Msg_RxBuf,CMD_LISTFILE))  || 
                   (strstr(Msg_RxBuf,CMD_READFILE)) || 
                   (strstr(Msg_RxBuf,CMD_WRITEFILE) ||
-                  (strstr(Msg_RxBuf,CMD_HELP))     || 
+                  (strstr(Msg_RxBuf,CMD_HELP))     ||
+                  (strstr(Msg_RxBuf,CMD_STOP))     || 
                   (strstr(Msg_RxBuf,CMD_DELETEFILE)))))
             {
                 /* Call command error function */