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.
Displaying text for received SMS
-
- Posts: 13
- Joined: Wed Mar 27, 2013 9:48 am
- Has thanked: 10 times
- Been thanked: 1 time
-
- Posts: 13
- Joined: Wed Mar 27, 2013 9:48 am
- Has thanked: 10 times
- Been thanked: 1 time
Re: Displaying text for received SMS
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? :-/

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? :-/

- Enamul
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: Displaying text for received SMS
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
- Posts: 1772
- Joined: Mon Mar 05, 2012 11:34 pm
- Location: Nottingham, UK
- Has thanked: 271 times
- Been thanked: 814 times
Re: Displaying text for received SMS
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
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
-
- Posts: 13
- Joined: Wed Mar 27, 2013 9:48 am
- Has thanked: 10 times
- Been thanked: 1 time