View previous topic :: View next topic |
Author |
Message |
Einly
Joined: 10 Sep 2003 Posts: 60
|
use pic send sms through phone line at home? |
Posted: Wed Apr 13, 2005 12:09 am |
|
|
Normally I use dtmf system to dial phone and receive
keypress for homesecurity control via phone.
Now, Any body has idea to use PIC send sms to mobile
phone via normal phone line? Example?
Regards: Einly, _________________ Einly |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Wed Apr 13, 2005 7:24 am |
|
|
Einly,
There are an example code to start with in your CCS package: ex_dtmf.C
Humberto |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Apr 13, 2005 7:28 am |
|
|
Humberto wrote: | Einly,
There are an example code to start with in your CCS package: ex_dtmf.C
Humberto |
He doesn't want to do dtmf but rather send text messages to a cell phone. |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
Posted: Wed Apr 13, 2005 7:35 am |
|
|
You are right Mark. I missunderstood the consult.
Humberto |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Wed Apr 13, 2005 7:50 am |
|
|
I believe you will need a GSM modem to do what you want or a connection to the internet and use SMPP (Short Message Peer-to-Peer) protocol. |
|
|
|