Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BufferedSerial by
Diff: BufferedSerial.h
- Revision:
- 9:2cb30392ade6
- Parent:
- 8:506247a040bc
- Child:
- 10:9ee15ae3d1a3
--- a/BufferedSerial.h Sun Jan 04 22:15:53 2015 +0000 +++ b/BufferedSerial.h Sun Jan 04 23:27:53 2015 +0000 @@ -31,7 +31,7 @@ #define SERIAL_BASE RawSerial // Internal buffer size (Ring buffers will be 2X this value each for RX and TX...) -#define BUFFEREDSERIAL_MAX_BUFFER_SIZE 4096 +#define BUFFEREDSERIAL_MAX_BUFFER_SIZE 512 /** A serial port (UART) for communication with other serial devices *