Minor fork of Yoji KURODA's work to test a fix on a small error.

Dependencies:   RingBuffer

Fork of iSerial by Yoji KURODA

Revision:
9:0c4254519cda
Parent:
7:5a25789c3b55
--- a/iSerial.h	Mon Sep 03 17:59:00 2012 +0000
+++ b/iSerial.h	Thu Dec 13 09:51:46 2012 +0000
@@ -33,7 +33,7 @@
 
     enum TERMINL_CODES { CR=0x0D, LF=0x0A };
 
-    iSerial(PinName _tx, PinName _rx, const char *_name=NULL, int _txbufsize=100, int _rxbufsize=100);
+    iSerial(PinName _tx, PinName _rx, int _txbufsize=100, int _rxbufsize=100);
     virtual ~iSerial();
     
     short int putstr(const char* s);