How to send MMS from PC (connect to handsets) to handsets

How to send MMS from PC (connect to handsets) to handsets SearchSearch
Author Message
Frankie_Chiu
Unregistered guest
Posted on Friday, June 17, 2005 - 09:33 am:   

My porject's basic aim is to sned SMS and MMS through web.
We use USB cables to connect the cell phones with PC, and all these equipments are in our company. What I want to do is to compose SMS and MMS in my local PC, and use the web to access these remote handsets, so that they can send out the messages.
I found I can input the "AT commands" binary stream to send SMS.
However, I don't know how can I control the mobile to send MMS. I am a beginner to MMS. Could you please show me a detail solution or some information about this project?!

Thank you.
Anonymous
 
Posted on Saturday, June 18, 2005 - 07:10 am:   

Basically, i hope to learn how to send sms from PC to computer? What is my first step? What software and hardware i needed? Can somebody help me? please.... If ur willing to teach me, then u can email me at lchuiwan@yahoo.com
Din
Unregistered guest
Posted on Sunday, April 02, 2006 - 05:29 am:   

I'l describe my research project in few steps.
If I want to retrieve a file from my home PC,with only the internet facility ,I hope to build a system to retrieve that file by sending a SMS including file name and the e-mail address.
So the system should be capable enough to retrieve that SMS and search the file and attach as an email draft and send back to that e-mail address.
Can U please tell me how I start that.I hope to Use J2EE with JSM to handling the SMS part.
Are there any better solutions for that?
Beacause I suppose there is no such a thing done before.
Can you suggest a mechanism to search that file?
Please help me.I am a Student.
Thank You
kanchirajesh
New member
Username: Kanchi

Post Number: 1
Registered: 09-2006
Posted on Thursday, September 14, 2006 - 08:12 am:   

lijo t varghese
New member
Username: Lijo2002us

Post Number: 1
Registered: 04-2007
Posted on Monday, April 09, 2007 - 01:10 pm:   

hello
vignesh
New member
Username: Vignu

Post Number: 1
Registered: 07-2007
Posted on Tuesday, July 24, 2007 - 07:43 pm:   

popjpeg{22185,}
Nauman Malik
New member
Username: Nauman78

Post Number: 1
Registered: 07-2007
Posted on Tuesday, July 24, 2007 - 09:14 pm:   

-Sending SMS through web
U have multiple options for that. Get a bulk SMS account and use web services to send it OR use GSM Modem to send it (u'r phone can be a modem too, but u have to check)
To create SMS u have to buy SDK that can create u'r SMS(Encoded) and than u can use any of the above option to send it. OR u can just use 'NOW'.
-Sending MMS
OK first u also need encoded MMS message. So go ahead and buy some SDK for it. Than u can use u'r GSM Modem with NOW and can send it. If u don't wana use Now than u hve to write u'r own software than can communicate with GSM modem, establish connection with u'r telecom operator and send MMS.
-Getting file from PC
Use GSM modem to receive SMS. Simple AT commands can get u that SMS. Parse it. Get file name and email from it. Send Email.

have fun