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:
3:722056213fa4
Parent:
1:d3af33dfc87d
Child:
4:c7555051a851
--- a/AsyncSerial.hpp	Thu Mar 30 02:24:47 2017 +0000
+++ b/AsyncSerial.hpp	Thu Mar 30 02:27:53 2017 +0000
@@ -1,6 +1,6 @@
 // -*- coding: utf-8 -*-
 /**
- @file		AsyncSerial.cpp
+ @file		AsyncSerial.hpp
  @brief	 	Asynchronous (Non-blocking) Serial Communication library with variable length software ring buffer (FIFO). You can use also RawSerial Library's method. You can set the baud rate of the serial communication when instantiating.
  
  @author	T.Kawamura