Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can we send and receive mms using a SIM900D gsm module, connected any controller in c++?
need an argent help!
Posted
Comments
Richard MacCutchan 22-Jun-13 4:13am    
You will probably need to write some code. But, as a first step, I would suggest you read the technical manual for the gsm module you are working with.

askt the manufacturer of the "SIM900D gsm module" ....
 
Share this answer
 
You have to properly connect the microcontroller to the SIM900D module (probably you should interface the microcontroller serial port to the SIM900D one) and then program the microcontroller itself according to the protocol accepted by the module (e.g. AT commands).
 
Share this answer
 
i know how to connect it to the controller and to send/receive SMS, but was looking for help of MMS...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900