Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c#

sms

nokia

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 to use the Nokia PC Connectivity SDK/API, or just AT commands over from C#, whatever works.

The catch here, though, is that I have absolutely no idea where to even start. I would be eternally grateful if someone could give me a step-by-step guide/tutorial on how to go about setting everything up. I've downloaded the newest versions of the PC Connectivity SDK, the PC Connectivity API, the PC Suite, and the Nokia Connectivity Framework.

If it's at all possible for me to test code with an emulator before actually purchasing a phone, that would be fantastic.

Thank you in advance for any help/advice.

like image 638
WayneB Avatar asked Jul 15 '10 14:07

WayneB


People also ask

Can I send SMS text from PC?

Sending a messageOn your PC, in the Phone Link app, select Messages. To start a new conversation, select New message. Enter the name or phone number of a contact. Select the person you want to send a message to.

Can PC receive SMS?

In general, there are three ways to receive SMS messages using your computer / PC: Connect a mobile phone or GSM/GPRS modem to a computer / PC. Then use the computer / PC and AT commands to get the received SMS messages from the mobile phone or GSM/GPRS modem.

Can we send SMS from PC to mobile?

FAQ. Can I send text messages from my computer? Yes, there are many ways to send a text message from the computer including through email, iMessage, Android Messages, using a wireless carrier's website, using a free SMS website, online texting platforms, Google Voice, and from a streamlined VoIP solution like OpenPhone ...


1 Answers

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.

like image 197
Alex K. Avatar answered Oct 15 '22 11:10

Alex K.