I\'m trying to read a return delimited file. full of phrases.
I\'m trying to put each phrase into a string.
The problem is that when I try to read the file w
intially send data using Payload_ID 00 01 02 03 ....10
use
char *pChar="" ; //for string capturing.
fprintf(fp1, "%s", strtok(pChar,"Payload_ID"));