Click here to Skip to main content
15,909,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please tell me how can I send SMS by Mobile using data cable of NOKIA 6680 Model?
Posted
Updated 11-Nov-10 20:46pm
v3
Comments
Ankur\m/ 12-Nov-10 1:25am    
Data cable has nothing to do here. Just insert a valid SIM Card from a mobile service provider and you can make calls and send SMS through it.

If this is not what you want, select improve question and add more information.
Ankur\m/ 12-Nov-10 1:26am    
And please do not SHOUT! All Caps is considered shouting in online forums which is a rude way of expressing yourself.
Improve your question.

For this one you have to know about the Modem command(AT commands). And also you have to know about the SerialPort class in .net,

Here is example for sending sms using at command

AT+CMGS="+919000234140"
>Hello [ctrl+Z]


Search Google for more info..
 
Share this answer
 
Comments
Dalek Dave 2-Dec-10 3:38am    
Good Call.
irfanansari 5-Dec-10 2:36am    
please tell complete code please and tell how i can check that my phone is supporting at command an not and how i can check it
Have a look at these:
Articles:
Sending SMS using .NET through Web service[^]
Sending SMS text messages using ASP.NET scripts[^]

Discussion links:
sending sms using vb.net[^]
how to send sms through asp.net with c#? [^]

Probably, you would need to go for a third party solution or use something that is found on the Internet. Articles and discussions above should help you out.
 
Share this answer
 
Comments
Dalek Dave 2-Dec-10 3:38am    
Don't know why you got a one vote.
irfanansari 6-Dec-10 1:46am    
please tell me how i can check that my 6680 nokia mobile at commant support

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