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.

Dependencies:   FIFO

Dependents:   Brute_TS_Controller_2018_11

Revision:
9:709719dddd3e
Parent:
8:7390f9bb28d3
Child:
10:1baa8e833ac6
--- a/AsyncSerial.hpp	Sat Jun 17 11:44:36 2017 +0000
+++ b/AsyncSerial.hpp	Fri Jun 23 08:07:17 2017 +0000
@@ -8,6 +8,7 @@
  @date		2017-03-29	T.Kawamura	Written for C++/mbed.
  @date		2017-03-30	T.Kawamura	Bug Fixed: Cannot use format(), baud().
  @date		2017-06-17	T.Kawamura	Update: FIFO Buffer Fixed.
+ @date		2017-06-23	T.Kawamura	Bug Fixed: Cant use wait().
  @see 
  Copyright (C) 2017 T.Kawamura.
  Released under the MIT license.