AT terminal for the mDot using the USB debug port instead of the serial port.

Dependencies:   MTS-Serial libmDot-mbed5

Fork of Dot-AT-Firmware by MultiTech

Revision:
14:f9a77400b622
Parent:
1:e52ae6584f1c
--- a/CommandTerminal/CmdResetCpu.h	Fri Nov 04 19:10:24 2016 +0000
+++ b/CommandTerminal/CmdResetCpu.h	Fri Nov 04 14:25:43 2016 -0500
@@ -8,11 +8,10 @@
 
 public:
 
-    CmdResetCpu(mDot* dot, mts::MTSSerial& serial);   
-    virtual uint32_t action(std::vector<std::string> args);
+    CmdResetCpu();   
+    static uint32_t action(std::vector<std::string> args);
     
 private:
-    mts::MTSSerial _serial;
 
 };