开发者

sms applcation via C# and sms gateway

I suppose开发者_C百科 to develop sms application(basically send\receive) using c# 4.0.In this i wish to use NOKIA 6630 phone as the GSM moderm.i have two problems here. 1)could any one tell me a better free sms gateway for this? 2)is nokia 6630 have gsm mordem?. i m heavily appreciated with your answers.


Not sure what do you mean by free sms gateway here when you are using your phone.

6630 has a modem. So you can use it. If you can have PC suite (or Ovi suite) in your pc, you should visit these links:

http://www.emant.com/index.php?tid=681002

http://www.forum.nokia.com/info/sw.nokia.com/id/bd896b31-92ba-4624-aa9d-ebf732e7cc0d/Nokia_PC_Suite_Connectivity_API_1_1.html

If you do not want PC Suite and want to develop stand alone application, you need to send sms using AT command. You need to use the SerialPort class for this.


In order to use your phone as a GSM Modem connect to it as if you are connecting to a Serial Port. (There are drivers which adapt USB to Serial Port. Your phone drivers might do this).

Once you manage to connect to it you can send commands such as AT+CNMI (to receive) and AT+CMGS (to send).

You might want to connect via hyperterminal to try it out first before you program it.

A good tutorial is here.


You have one good choice to install one sms Gateway for eg. NowSMS gateway to send or receive messages. Its good one and all the related help for installation and configuration is given here http://www.nowsms.com/doc/installing-nowsms

But one problem you had while using this gateway for receiving messages you need to change your mobile phone as not supported this feature for nowsms gateway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜