Asynchronous (Non-blocking) Serial Communication library with variable length software ring buffer (FIFO). You can use RawSerial Library's primary method. Operability confirmed on mbed 2.0.
Dependents: Brute_TS_Controller_2018_11
Revision 15:e8b153dcb239, committed 2018-06-23
- Comitter:
- JonFreeman
- Date:
- Sat Jun 23 09:37:12 2018 +0000
- Parent:
- 14:54cbbb00bd19
- Commit message:
- upped buffer size to 512;
Changed in this revision
AsyncSerial.hpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 54cbbb00bd19 -r e8b153dcb239 AsyncSerial.hpp --- a/AsyncSerial.hpp Mon Aug 28 12:25:37 2017 +0000 +++ b/AsyncSerial.hpp Sat Jun 23 09:37:12 2018 +0000 @@ -26,7 +26,8 @@ using namespace std; -#define PRINTF_STRING_BUFFER_SIZE 256 +//#define PRINTF_STRING_BUFFER_SIZE 256 +#define PRINTF_STRING_BUFFER_SIZE 512 /** @class AsyncSerial