Page 1 of 1

Displaying text for received SMS

Posted: Mon May 20, 2013 10:21 am
by Chris_xjtlu
HI guys,

I've been trying to modify the flowcode of Receiving an SMS and displaying the top line with phone number and bottom line with text.

Using 2x16 LCD with PIC16F1937.

I've tried to modify the part at the decision stage but haven't succeeded.

Anyone knows how it should be modified correctly? see attached file.

Re: Displaying text for received SMS

Posted: Mon May 20, 2013 5:12 pm
by Chris_xjtlu
Like they say "experience is the best teacher" :)

I've learned almost everything I had questions about here except for the RS232 - port pins.

Which i am not sure if all are used during data transmission for this mobile phone application..

Still no one? :-/ :roll:

Re: Displaying text for received SMS

Posted: Sat May 25, 2013 7:46 am
by Enamul
gsm module or modem uses portc and tx rx is RC6,7 which is fixed and RTS, CTS can be any two pins from portc normally RC0,RC4. These four are all you need.

Re: Displaying text for received SMS

Posted: Sat May 25, 2013 11:52 am
by Enamul
Hi

I have posted a program in the link..you can use that for your chip. This program is tested...
http://www.matrixmultimedia.com/mmforum ... =2&t=11873

Re: Displaying text for received SMS

Posted: Mon Jul 01, 2013 11:07 am
by Chris_xjtlu
Thanks for all the replies guys.

Greatly appreciated.