Asynchronous (Non-blocking) Serial Communication library with variable length software ring buffer (FIFO). You can use primary method of the RawSerial Library. Operability confirmed on mbed 2.0. (Rev.146)

Dependencies:   FIFO

Dependents:   InvertedPendulum2017 SerialConnect mbed_2018 mbed_2019_rx3 ... more

Revision:
13:e372a354d969
Parent:
12:bfe3984fb2e5
Child:
15:278f7f125495
--- a/AsyncSerial.hpp	Tue Aug 22 15:08:21 2017 +0000
+++ b/AsyncSerial.hpp	Wed Aug 23 01:11:52 2017 +0000
@@ -4,7 +4,7 @@
  @brief	 	Asynchronous (Non-brocking) Serial Communication library with variable length software ring buffer (FIFO). You can use also RawSerial Library's method. You can set the baudrate of the serial communication when instantiating.
  
  @author	T.Kawamura
- @version	1.2
+ @version	1.3
  @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.