Changes added to reflect changes in MyBuffer which was modified to use static memory allocation.
Fork of BufferedSerialStatic by
History
Removed mbed lib from this library.
2018-05-28, by goranirnas [Mon, 28 May 2018 14:54:22 +0000] rev 15
Removed mbed lib from this library.
Fixed syntax error.
2018-05-28, by goranirnas [Mon, 28 May 2018 14:50:13 +0000] rev 14
Fixed syntax error.
Change BufferedSerial to reflect changes in MyBuffer to use static memory allocation.
2018-05-28, by goranirnas [Mon, 28 May 2018 14:44:46 +0000] rev 13
Change BufferedSerial to reflect changes in MyBuffer to use static memory allocation.
Update Buffer to MyBuffer
2016-03-07, by sam_grove [Mon, 07 Mar 2016 21:10:27 +0000] rev 12
Update Buffer to MyBuffer
Force use of RawSerial
2015-07-26, by sam_grove [Sun, 26 Jul 2015 21:53:11 +0000] rev 11
Force use of RawSerial
updates to the constructor to enable expansion of the internal ring buffers and printf() buffer sizes
2015-01-07, by ansond [Wed, 07 Jan 2015 18:37:11 +0000] rev 10
updates to the constructor to enable expansion of the internal ring buffers and printf() buffer sizes
updates to buffer ring sizes now 2x the buffer size
2015-01-04, by ansond [Sun, 04 Jan 2015 23:27:53 +0000] rev 9
updates to buffer ring sizes now 2x the buffer size
increased buffer sizes more
2015-01-04, by ansond [Sun, 04 Jan 2015 22:15:53 +0000] rev 8
increased buffer sizes more
made updates to enable the ability to expand the internal buffer. Additionally, used the definition to set the size of the ring buffers in the constructor initializer list. Increased the default buffer size to 512. Additional clean ups (param cks)
2015-01-02, by ansond [Fri, 02 Jan 2015 03:47:26 +0000] rev 7
made updates to enable the ability to expand the internal buffer. Additionally, used the definition to set the size of the ring buffers in the constructor initializer list. Increased the default buffer size to 512. Additional clean ups (param cks)
added #define to change the base Serial class to RawSerial if desired
2014-09-09, by ansond [Tue, 09 Sep 2014 20:20:38 +0000] rev 6
added #define to change the base Serial class to RawSerial if desired