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

Files at this revision

API Documentation at this revision

Comitter:
jengbrecht
Date:
Wed Jan 15 19:26:13 2014 +0000
Parent:
144:52cb5b6667cc
Child:
146:efc4db23a564
Commit message:
Ooops, forgot one last detail...

Changed in this revision

io/MTSSerial.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/io/MTSSerial.cpp	Wed Jan 15 19:24:38 2014 +0000
+++ b/io/MTSSerial.cpp	Wed Jan 15 19:26:13 2014 +0000
@@ -58,7 +58,7 @@
             if(txBuffer.read(byte) == 1) {
                 serial.attach(NULL, Serial::RxIrq);
                 serial.putc(byte);
-                serial.attach(this, &MTSSerialFlowControl::handleRead, Serial::RxIrq);
+                serial.attach(this, &MTSSerial::handleRead, Serial::RxIrq);
             }
         } else {
             return;