- This topic has 2 replies, 3 voices, and was last updated 9 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Send location Information to Gsm Modem
Hello,
I want to interface GPS & GSM with PIC18f452 . I want sent the location information to Gsm modem. I extract the location information but i dont know how to send the location information to GSM modem.Kindly help me.
u can send data through GSM module by using AT commands….
I guess you want to send the location information as an SMS to some mobile number. Add the location information inside the text that you want to send and the use AT commands to send the SMS.