Hello
I am trying to use the following command:
serin2 rx,baud,5000,main,[WAIT("REC UNREAD"),SKIP 3,STR num\13,SKIP 27,STR sms\14]
I am trying to build an sms controller using my GSM modem with 16F690
My problem is that this code only moves forward if the string is 14 bytes long.
Is there any way I can make this code work if it receives from 1 to upto 14 characters.
Any input will be much appreciated. Thanks