- This topic has 8 replies, 3 voices, and was last updated 13 years, 5 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › want to get continuous msg..
I am using at89s52 microcontroller and sending sms by making required at commands by using gsm module, but i got only one msg at a time and i want the get msg again and again means want to repeat my msg again. How can i get continuous sms? please tell me
i wan to get 15min delay in between my two msgs.
so please tell me how to do this??
yes exactly like that. i want to get msg after 15 min of interval continuously. means want to receive msg at after every 15 minutes…
@kunal
put your message receiving command in timer function.Timer will repeatedly check the time and will display the message after every 15 minz. U will have to use the delay function or date/time function.
ok thanks but i dont know how to use the timer function and the date/time function…
so can u please tell me how to use it??????
or tell me the source from there I can learn about it.
please….
The best thing you can do is to setup serial interrupt..
no need of waiting 15m when the msg is comming.. serial interrupt will just wait the msg u want serially and run continously in the backgroun if there is no msg…
but i dont want to receive sms. I WANT TO SEND THE SMS AFTER EVERY 15 MINUTE.
After every 15 minute, sms should be sent from microcontroller….
Which language are u using??
I am using ASM language.
if you dont want to receive sms then just use any available timer in you controller..
measure 15m delay then tel your serial interrupt to send the msg every 15m