Myserial Library extends RawSerial

Revision:
13:8cf9a9d7d44d
Parent:
12:02b3877b48c6
Child:
14:8bd054a87ac5
--- a/MySerial.h	Thu Jul 03 03:19:26 2014 +0000
+++ b/MySerial.h	Thu Jul 03 03:21:33 2014 +0000
@@ -21,8 +21,7 @@
  * #include "mbed.h"
  * #include "MySerial.h"
  * 
- * char *name = "test";
- * MySerial pc(USBTX,USBRX,name);         //instance of MySerial Class
+ * MySerial pc(USBTX,USBRX);         //instance of MySerial Class
  * char cWord[16]; //receive chars  or cWord[256], cWord[1024] etc..
  * 
  * void readbuf()