- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › gsmsim900A interfacing with arduino
Hi Suman
I think you are making a mistake while writing the command: SIM900.println("ATD + +12128675309;"), there is no need of "+" sign between ATD and number. Try this way:
SIM900.println("ATD+12128675309;") and wait for the "OK" response. This ensure that the commcand has been executed successfully.
This might help you