How to Send/Receive SMS Messages from C# application, using Nokia Mobile Phone

后端 未结 3 628
死守一世寂寞
死守一世寂寞 2020-12-28 10:36

Okay, so what I need to do is to write C# code, to integrate into an existing application.

I will (most likely) be using a Nokia 7230 mobile phone, and I\'m willing

相关标签:
3条回答
  • 2020-12-28 11:10

    It looks like you need the Nokia PC Connectivity API (note: Forum Nokia registration required for download):

    Developers can use the Content Access API to build PC applications that create, modify, and delete SMS and MMS messages. The API can be used to send and receive SMS and MMS messages.

    0 讨论(0)
  • 2020-12-28 11:16

    GSMComm is a useful C# library for this, it comes with a bunch of samples/tools to mess around with as well.

    I get the impression you going to buy a Nokia handset specifically to handle your SMS stuff? If so, you could just buy a GSM Modem (depending on your location) they are cheaper, don't include extraneous features and are not dependent on using manufacturer specific software.

    0 讨论(0)
  • 2020-12-28 11:21

    What you are looking for is called an "SMS Gateway". Most of the articles on the internet discuss how to create one using Linux.

    I did find this article though, which teaches you how to do it using C#: http://www.ozekisms.com/high-performance-sms-gateway/product-manual/index.php?owpn=315

    0 讨论(0)
提交回复
热议问题