MODSERIAL with support for more devices. Added support for LPC4330

Dependents:   HC05_AT_mode GPS_U-blox_NEO-6M_Test_Code GPS_U-blox_NEO-6M_Code UbloxGPSWithThread ... more

Fork of MODSERIAL by Erik -

Revision:
12:8c7394e2ae7f
Parent:
11:a93a62eeeb9d
Child:
13:70bb7c1769fa
--- a/ChangeLog.c	Wed Nov 24 00:33:40 2010 +0000
+++ b/ChangeLog.c	Thu Jan 20 11:57:32 2011 +0000
@@ -1,5 +1,16 @@
 /* $Id:$
 
+1.12 - 20/01/2011
+
+    * Added new "autoDetectChar()" function. To use:-
+      1st: Add a callback to invoke when the char is detected:-        
+        .attach(&detectedChar, MODSERIAL::RxAutoDetect);
+      2nd: Send the char to detect.
+        .autoDectectChar('\n');
+      Whenever that char goes into the RX buffer your callback will be invoked.
+      Added example2.cpp to demo a simple messaging system using this auto feature.
+
+
 1.11 - 23/11/2010
 
     * Fixed a minor issue with 1.10 missed an alteration of name change.