Myserial Library extends RawSerial

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