1st release (without comment)

Revision:
8:f08bb4074bc8
Parent:
6:e4022b92f008
Child:
9:025a189e5082
--- 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 */