This CLI (Command Line Interface) is based mbed-os. Both NNN50 and NQ620 are supported.

Fork of NNN40_CLI by Delta

BLE CLI Document can be downloaded here .

Note that when evaluate using Windows PC as the host, the Serial driver need to be installed in advance. The instruction is explained in the link below

https://developer.mbed.org/handbook/Windows-serial-configuration

Once installed, a device called 'mbed Serial Port (COM#)' should be recognized in Device Manager, as shown below

/media/uploads/tsungta/mbed_serial_port_1.png

Please open the com port at 115200 8n1 as default

Revision:
5:ee474e3133eb
Parent:
3:38ec8ad317f4
Child:
9:ff3ccba5dc16
--- a/CLI_Source/command-interpreter.cpp	Sat Nov 07 09:02:38 2015 +0000
+++ b/CLI_Source/command-interpreter.cpp	Wed Dec 09 11:31:59 2015 +0000
@@ -65,8 +65,8 @@
     "Argument out of range;",
     "Argument syntax error;",		
     "No matched argument;",
-		"Wrong command order;",
-		"Invalid state to perform operation;",
+	"Wrong command order;",
+	"Invalid state to perform operation;",
     "Function call fail;"
   };