Fork of the original SoftSerial library with just a little modification in order to compile it with the current mbed version.

Dependents:   Adafruit_FONA_Library_FONAtest

Fork of SoftSerial by Erik -

Revision:
5:acfd0329f648
Parent:
4:c010265ed202
Child:
6:517082212c00
--- a/SoftSerial.h	Sat Apr 26 20:04:49 2014 +0000
+++ b/SoftSerial.h	Sat Apr 26 20:55:02 2014 +0000
@@ -14,8 +14,9 @@
     *
     * @param TX Name of the TX pin, NC for not connected
     * @param RX Name of the RX pin, NC for not connected, must be capable of being InterruptIn
+    * @param name Name of the connection
     */
-    SoftSerial(PinName TX, PinName RX);
+    SoftSerial(PinName TX, PinName RX, const char* name = NULL);
     
     /** Set the baud rate of the serial port
      *