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 -

History

Add an #include in order to make SoftSerial to compile with the current mbed version. default tip

2015-06-27, by marcpl [Sat, 27 Jun 2015 09:25:12 +0000] rev 11

Add an #include in order to make SoftSerial to compile with the current mbed version.


Little bit faster initial read

2014-07-05, by Sissors [Sat, 05 Jul 2014 13:22:43 +0000] rev 10

Little bit faster initial read


Added destructor

2014-07-05, by Sissors [Sat, 05 Jul 2014 08:07:49 +0000] rev 9

Added destructor


And to be sure it calculates correctly

2014-04-27, by Sissors [Sun, 27 Apr 2014 19:48:40 +0000] rev 8

And to be sure it calculates correctly


Added send_break code

2014-04-27, by Sissors [Sun, 27 Apr 2014 19:48:17 +0000] rev 7

Added send_break code


Added custom ticker lib to allow for baudrate up to 57600

2014-04-27, by Sissors [Sun, 27 Apr 2014 08:33:17 +0000] rev 6

Added custom ticker lib to allow for baudrate up to 57600


Added name option to constructor

2014-04-26, by Sissors [Sat, 26 Apr 2014 20:55:02 +0000] rev 5

Added name option to constructor


IRQs added

2014-04-26, by Sissors [Sat, 26 Apr 2014 20:04:49 +0000] rev 4

IRQs added


And RX to 19200 (todo: a fast mode which is not interrupt based)

2014-04-26, by Sissors [Sat, 26 Apr 2014 16:35:20 +0000] rev 3

And RX to 19200 (todo: a fast mode which is not interrupt based)


TX optimised to handle 19200 on LPC1768

2014-04-26, by Sissors [Sat, 26 Apr 2014 16:21:42 +0000] rev 2

TX optimised to handle 19200 on LPC1768