another sampe circuit :http://www.imageturk.com/goster.php?...1be2ef9e1e.JPG
How can I use this software for my regulated alarm thermometer circuit.
asm software here:http://dosyayukle.info/index.php?p=d...h=XXeuMX84TZtc
another sampe circuit :http://www.imageturk.com/goster.php?...1be2ef9e1e.JPG
How can I use this software for my regulated alarm thermometer circuit.
asm software here:http://dosyayukle.info/index.php?p=d...h=XXeuMX84TZtc
Last edited by elektoro2009; - 8th April 2008 at 21:28.
be continued 2 :
http://dosyayukle.info/index.php?p=d...h=XXeuMX84TZtc
Last edited by elektoro2009; - 8th April 2008 at 21:29.
Last edited by elektoro2009; - 8th April 2008 at 21:29.
Hi and welcome on this forum!
Do us a big favor, zip your code file and upload it here.
Please, when you paste some code snips, you should use code tags to make them more readable
[code]
paste your code here
[/code]
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi,I maked this circuit.http://www.wrankl.de/SMST4PIC/SMST4PIC.html
http://www.wrankl.de/SMST4PIC/V6/SMST4PICV6B47.zip
But it is not run complete.
I used nokia 5110 phone.I thing so it is not run.
I must use nokia 6210.Thank you your helping.
The forum allow you to attach some files. Just click on manage attachement and you're done
So we're talking about this circuit?
![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
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
'************************************************* ***************
Bookmarks