circuit address.
Code:http://img.fotoambar.com/img/5/ee15decb5a78ee50f995fe149fe6a2e5.jpg
circuit address.
Code:http://img.fotoambar.com/img/5/ee15decb5a78ee50f995fe149fe6a2e5.jpg
another sampe circuit :How can I use this software for my regulated alarm thermometer circuit.Code:http://www.imageturk.com/goster.php?res=b3dd66fdfd2f3749bdece.JPG
asm software here:Thank you your helping.Code:http://dosyayukle.info/index.php?p=download&link=1305062103&name=pic16f876.asm
Regards
Last edited by elektoro2009; - 11th April 2008 at 01:25.
I maked this circuit,but complate not run.
here asm and hex code:Code:http://www.wrankl.de/SMST4PIC/SMST4PIC.html
Code:http://www.wrankl.de/SMST4PIC/V6/SMST4PICV6B47.zip
How can I unite this sample softwarewith my software.Thank you.Code:http://dosyayukle.info/index.php?p=download&hash=rzskbVI8qQey
'**************** SMS SEND SAMPLE ********************
'************************************************* *******************
SmsMesajTx : SerOut2 modem_tx,modem_baud,["AT+CMGF=1",13] ' Mesaj Formatı TXT için
Pause Bek100
SerOut2 modem_tx,modem_baud,["AT+CMGS=",34,"90532XXXXXXX",34,",145",13]
SerIn2 modem_rx,modem_baud,5000,msghata2,[wait(">")]
Pause Bek500
SmsData = "A" ' Gidecek Mesaj
For addr= 0 TO 159
SerOut2 modem_tx,modem_baud,[SmsData]
Next addr
Pause Bek500
SerOut2 modem_tx,modem_baud,[26] ' CTRL+Z
SerIn2 modem_rx,modem_baud,35000,msghata2,[wait("+CMGS")]
msghata2: SerOut2 modem_tx,modem_baud,["ATH",13]
Pause Bek500
Return
'************************************************* ***************
Last edited by elektoro2009; - 13th April 2008 at 18:14.
How can I unite this sample software TERMONEMALRM-1.zip with my software.
Thank you.Best regards.
'**************** SMS SEND SAMPLE ********************
SmsMesajTx : SerOut2 modem_tx,modem_baud,["AT+CMGF=1",13] ' Mesaj Formatı TXT için
Pause Bek100
SerOut2 modem_tx,modem_baud,["AT+CMGS=",34,"90532XXXXXXX",34,",145",13]
SerIn2 modem_rx,modem_baud,5000,msghata2,[wait(">")]
Pause Bek500
SmsData = "A" ' Gidecek Mesaj
For addr= 0 TO 159
SerOut2 modem_tx,modem_baud,[SmsData]
Next addr
Pause Bek500
SerOut2 modem_tx,modem_baud,[26] ' CTRL+Z
SerIn2 modem_rx,modem_baud,35000,msghata2,[wait("+CMGS")]
msghata2: SerOut2 modem_tx,modem_baud,["ATH",13]
Pause Bek500
Return
'************************************************* ***************
Last edited by elektoro2009; - 14th April 2008 at 23:43.
Hi! I would suggest to select the Mobile terminal device of your choice first and study the specs and AT commands that accompany it. Most of the AT commands are common but each terminal might have its own special ones.
Also I would strongly recommend to use the UART module of the PIC's and also use bidirectional communication to check that the device has replied with OK after succesful command.
For example:
send AT+cr+lf
device replies OK+cr+lf
After you establish a good command of the device you are going to use then trie to send SMS. It is a difficult task for the begginer.
Ioannis
Bookmarks