Hi, I was just trying to get this string into an array:
unsigned char incoming[] = "+CMTI: "SM",1"
The problem of course is I can't seem to get quote marks into a string as they think that the " before S is marking the end of the string.
I was going to try :
unsigned char incoming [13] = {'+','C','M',....}
That works....or at least appears to but when i compare the two strings they dun seem to match.
Regards,
Xolstis