Myserial Library extends RawSerial

Revision:
2:dfdf4b10a290
Parent:
0:5b0b84a10bba
Child:
3:e4c443ce0fbe
--- a/MySerial.h	Sun Jun 22 08:45:14 2014 +0000
+++ b/MySerial.h	Sun Jun 22 08:54:01 2014 +0000
@@ -26,8 +26,8 @@
  * 
  * void readbuf()
  * {
- *   // int iRtn =  pc->GetString(6,pCword);    //Serial received chars by pointer cWord
- *    int iRtn =  pc->GetString((char)6,cWord); //Serial received chars byref of cWord
+ *   // int iRtn =  pc.GetString(6,pCword);    //Serial received chars by pointer cWord
+ *    int iRtn =  pc.GetString((char)6,cWord); //Serial received chars byref of cWord
  * }
  * int main() {
  *    pc.attach( readbuf, MySerial::RxIrq );    //Set Interrupt by Serial receive