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:
15:278f7f125495
Parent:
13:e372a354d969
--- a/AsyncSerial.hpp	Mon Aug 28 12:25:37 2017 +0000
+++ b/AsyncSerial.hpp	Tue Jul 24 02:38:17 2018 +0000
@@ -34,11 +34,8 @@
 */
 class AsyncSerial{
 private:
-	
-    DigitalOut *led;
-    
-	
-	
+    //DigitalOut *led;
+    	
 	// Serial port
 	RawSerial *serial;