A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
118:da77017d6c09
Parent:
117:e59a616ffe16
Parent:
116:8b58efef3528
Child:
119:544578fd290c
--- a/tests/serial_test.cpp	Tue Dec 31 22:00:53 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#include "passThrough.h"
-#include "loopback.h"
-#include "flowControlLoopback.h"
-#include "flowControlPassThrough.h"
-
-void serial_test() {
-    //passThrough();
-    //loopback();
-    //flowControlLoopback();
-    flowControlPassThrough();
-}