forked SoftSerial
Fork of SoftSerial by
History
Fix: set read_buffer to 0 in cunstructor, it caused that first received byte was not correct
2016-04-12, by SonyPony [Tue, 12 Apr 2016 16:58:22 +0000] rev 11
Fix: set read_buffer to 0 in cunstructor, it caused that first received byte was not correct
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