Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
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 Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2007, 03:21 AM
Registered User
 
Join Date: Sep 2007
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,
[email protected],
Thulasi Thota.:)

 
Old September 29th, 2007, 04:18 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 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 -/
 
Old September 29th, 2007, 04:20 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 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 -/
 
Old October 9th, 2007, 11:02 PM
Authorized User
 
Join Date: Sep 2007
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.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending SMS from Computer to Mobile Phone prasanthrc Apache Tomcat 3 November 6th, 2013 05:13 AM
sending sms via AT Command to GSM Modem/Mobile(by) hajismaili C# 2005 0 July 31st, 2007 05:26 AM
Query a database with my mobile phone(GSM) p2ptolu Classic ASP Professional 0 April 12th, 2006 08:25 AM
How to Send SMS to cell phone from asp.net webform somissac General .NET 1 March 12th, 2005 01:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.