Not work original Lib on F446RE & L432KC . Change usage prime() & setNext() for both TX and RX function due to unexpected behavior (maybe os TimerEvent function problem)
Dependents: BufferedSoftSerial
History
expand for several CPU's.
2020-05-12, by kenjiArai [Tue, 12 May 2020 05:27:07 +0000] rev 13
expand for several CPU's.
Change usage prime() & setNext() for both TX and RX function due to unexpected behavior (maybe os TimerEvent function problem)
2020-05-10, by kenjiArai [Sun, 10 May 2020 08:05:32 +0000] rev 12
Change usage prime() & setNext() for both TX and RX function due to unexpected behavior (maybe os TimerEvent function problem)
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