Displaying text for received SMS

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Chris_xjtlu
Posts: 13
Joined: Wed Mar 27, 2013 9:48 am
Has thanked: 10 times
Been thanked: 1 time
Contact:

Displaying text for received SMS

Post 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.
Attachments
ReceiveSMS.fcf
(28.61 KiB) Downloaded 348 times

Chris_xjtlu
Posts: 13
Joined: Wed Mar 27, 2013 9:48 am
Has thanked: 10 times
Been thanked: 1 time
Contact:

Re: Displaying text for received SMS

Post 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:

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times
Contact:

Re: Displaying text for received SMS

Post 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.
Enamul
University of Nottingham
enamul4mm@gmail.com

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times
Contact:

Re: Displaying text for received SMS

Post 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
Enamul
University of Nottingham
enamul4mm@gmail.com

Chris_xjtlu
Posts: 13
Joined: Wed Mar 27, 2013 9:48 am
Has thanked: 10 times
Been thanked: 1 time
Contact:

Re: Displaying text for received SMS

Post by Chris_xjtlu »

Thanks for all the replies guys.

Greatly appreciated.

Post Reply