??? 06/15/09 13:57 Read: times |
#166090 - Read up on pointer Responding to: ???'s previous message |
You need to read up on your pointer use.
First off, you don't initialize your pointer to point to a buffer capable of storing the received data. Then you compare the pointer with a character, instead of comparing the value the pointer points to. |