Myserial Library extends RawSerial

Revision:
5:72514f93cba9
Parent:
4:10ce20315d77
Child:
6:7853f8641372
--- a/MySerial.h	Sun Jun 22 09:46:35 2014 +0000
+++ b/MySerial.h	Sun Jun 22 09:48:41 2014 +0000
@@ -26,7 +26,7 @@
  * 
  * void readbuf()
  * {
- *   // int iRtn =  pc.GetString(6,&cWword);    //Serial received chars by pointer cWord
+ *   // int iRtn =  pc.GetString(6,&cWord);    //Serial received chars by pointer cWord
  *    int iRtn =  pc.GetString((char)6,cWord); //Serial received chars byref of cWord
  * }
  * int main() {