|
|
 |
| 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.
|
 |

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
|
|
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.:)
|

September 29th, 2007, 05:18 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 1,359
Thanks: 0
Thanked 31 Times in 31 Posts
|
|
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 -/
|

September 29th, 2007, 05:20 AM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2007
Location: Newcastle, , United Kingdom.
Posts: 1,359
Thanks: 0
Thanked 31 Times in 31 Posts
|
|
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 -/
|

October 10th, 2007, 12:02 AM
|
|
Authorized User
|
|
Join Date: Sep 2007
Location: , , Finland.
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
.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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |