p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > C# and C > C# 2005 > C# 2005
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
C# 2005 For discussion of Visual C# 2005.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old September 29th, 2007, 04:21 AM
Registered User
 
Join Date: Sep 2007
Location: HYderabad, ap, India.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to send sms unsng gsm phone with C# code

hai all,

       i want to send sms using my c#.net code.I hav nokia 5070 gsm phone.can any tell/send me(source) how to send sms.

Please give me some feed back & guide me to complete ths project...

Thanks & regards,
thulasi.rao@gmail.com,
Thulasi Thota.:)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old September 29th, 2007, 05:18 AM
samjudson's Avatar
Friend of Wrox
Points: 4,453, Level: 28
Points: 4,453, Level: 28 Points: 4,453, Level: 28 Points: 4,453, Level: 28
Activity: 60%
Activity: 60% Activity: 60% Activity: 60%
 
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 1,359
Thanks: 0
Thanked 31 Times in 31 Posts
Default

How about searching google for "sms c#" or "sms c# cf" and see what happens. The .Net framework doesn't contain this facility, so its likely to be some kind of interop call.

/- Sam Judson : Wrox Technical Editor -/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #3 (permalink)  
Old September 29th, 2007, 05:20 AM
samjudson's Avatar
Friend of Wrox
Points: 4,453, Level: 28
Points: 4,453, Level: 28 Points: 4,453, Level: 28 Points: 4,453, Level: 28
Activity: 60%
Activity: 60% Activity: 60% Activity: 60%
 
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 1,359
Thanks: 0
Thanked 31 Times in 31 Posts
Default

Oh, and are you even sure you phone runs the .Net compact Framework - the only references I could find were to java apps on that phone model.

/- Sam Judson : Wrox Technical Editor -/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #4 (permalink)  
Old October 10th, 2007, 12:02 AM
Authorized User
 
Join Date: Sep 2007
Location: , , Finland.
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Default

.NET won't run on Symbian phones.

But you can use your phone as a GSM modem I think (does Nokia provide serial cables and serial connection to phone anymore?). Open COM port and say something like:

AT+CMGS="recipient phone number"\r
Your message\z

This way you can send max 360 char messages. If you need longer messages (concatenated) you need to deal with the PDU mode which is real pain in the a*s.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
sending sms via AT Command to GSM Modem/Mobile(by) hajismaili C# 2005 0 July 31st, 2007 06:26 AM
Query a database with my mobile phone(GSM) p2ptolu Classic ASP Professional 0 April 12th, 2006 09:25 AM
"Send SMS from Website to Mobile Phone" sasi1975 ASP.NET 1.1 4 May 9th, 2005 06:13 AM
How to Send SMS to cell phone from asp.net webform somissac General .NET 1 March 12th, 2005 01:32 AM
Sending SMS from Computer to Mobile Phone prasanthrc Apache Tomcat 1 June 16th, 2004 07:00 AM



All times are GMT -4. The time now is 01:29 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc