473,729 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

detect mobile phone and send SMS by it

HI,
I want to code a program to detect GSM mobile (any kind) which connected
through serial port to computer and then be able to send SMS through
this mobile phone to other mobile phones, could anyone help me and guide
me, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it. I searched internet and I
didn't find right answer to my question.
please if anyone could guide me.
the programming language which I could use is VB.net or C#.net
I need to send SMS through web pages but we don't have any SMPP server
therefore I should and I must use this mobile device for my connection.
please if anyone could guide me.
In short
because I don't have other way, I should use this mobile which connected
to server computer where my aspx pages will run. and send SMS by it to
other mobile phone devices.
therefore I need first to detect this mobile phone which connected
through serial port to my computer then by using webservices or other
method through aspx pages, send SMS by this mobile.

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 17 '05 #1
3 9135
There are three approaches you can take:

a.) I am not sure what your Device is - but Nokia has a developer
toolkit that as an ActiveX control which allows you to send SMSes using
their handsets. Check on the Nokia site. If you are using a Windows based
mobile phone (such has pocket pc phone edition), you can write a program on
your device (e.g.
http://msdn.microsoft.com/library/de...us/dnppcgen/ht
ml/introappprogsms .asp) which in turn can call a web-service on your PC to
check for a flag to send SMS periodically.

b.) There are web-services that allow you to send SMS messages. You
typically need to pay the site whose services you are using a monthly fee. I
don't have the URL handing but a quick google search should turn up some
sites.

c.) You can go for a integrated hardware solution using a GSM Modem. The
charges per outgoing SMS will be same as charged by the cellphone provider
at given location (e.g. I pay Rs. 2 per SMS on hutch). Take a look at
http://www.xtendtech.com/ - they are few companies like this offering this
service..i hope i've cleared some hurdles, because this is wat we searched.

Maheshkumar.R
Cyberiafreak
"Sara" <sa*********@gm ail.com> wrote in message
news:OM******** ******@tk2msftn gp13.phx.gbl...
HI,
I want to code a program to detect GSM mobile (any kind) which connected
through serial port to computer and then be able to send SMS through
this mobile phone to other mobile phones, could anyone help me and guide
me, I wrote a program which could open COM port but still couldn't
detect mobile phone and send SMS through it. I searched internet and I
didn't find right answer to my question.
please if anyone could guide me.
the programming language which I could use is VB.net or C#.net
I need to send SMS through web pages but we don't have any SMPP server
therefore I should and I must use this mobile device for my connection.
please if anyone could guide me.
In short
because I don't have other way, I should use this mobile which connected
to server computer where my aspx pages will run. and send SMS by it to
other mobile phone devices.
therefore I need first to detect this mobile phone which connected
through serial port to my computer then by using webservices or other
method through aspx pages, send SMS by this mobile.

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com

Nov 17 '05 #2
Download the API programming documentation for the GSM phone that you
are using. It will contain the commands that the phone uses. These
commands can vary among manufacturers. Siemens and Motorola have good
documentation and even sample code. To detect the phone, you need to
send an AT command that returns the text "OK".

Best Regards
Johann Blake

Nov 17 '05 #3
thanks very much for your guides, I will try them out to see what will
happend

--
Sent via .NET Newsgroups
http://www.dotnetnewsgroups.com
Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4787
by: Mario | last post by:
Hello, Excuse me if I am not so clear on what I a looking for, but its getting very hard to find any software,application or information that will let me access or get a frame(still image) from a web cam or ip cam. I have different ip cams connected to the internet, they continuously send images refreshed over the internet.
2
11448
by: James | last post by:
Is there a way to send SMS Text messages from a PC to a Mobile phone in C#? Can you elaborate as to what components i will need? See my final year project is to built a C# Program that will send a sms text message from a pc to a mobile phone; something like icq. James
0
1346
by: joca | last post by:
Hi there, I have scanned the web for information on how to create a component that send and recieve SMS. I have found some information on how to do this if I have a pocket PC, but I want to know if it is possible to use this to make the same connection using a computer and connect a mobile phone to it? http://msdn.microsoft.com/library/default.asp?
1
2814
by: VMI | last post by:
I'm interested in developing an application that will send an SMS message to a mobile phone, but I'm not sure where to start. The purpose of the application would be to send an SMS message to a list of cell phone numbers, regardless of what phone provider they use. Is this idea viable? People have suggested that they use email to send the message (i.e. 3034445999@att.com) but some companies don't offer that service, so that wouldn't work. ...
4
7010
by: Sara | last post by:
Hi I want to code a program which could send SMS through web page to mobile phone, but because there is no Service here such as SMPP , therefore I have GSM mobile phone which connected directly to the server which run these aspx pages. now my question is 1- how to detect this mobile phone which connected through serial ports 2- how I could send SMS through this mobile to other mobile devices, if anyone has any suggestion please help me
0
1421
by: PEO from ITALY | last post by:
How to detect where is a mobile phone? It's very simple: just clic the link, insert the mobile phone number and press the key "Localizzare". In few seconds you will know where is your wife / husband / friend / sister / son / boss... http://www.studiopasquali.it/satphone/index.htm Attention: sometimes it's better don't know...
4
2224
by: rahul2sms | last post by:
Hello frd, I am writing a C# program to send & receive SMS. I am able to send SMS & read SMS from inbox through this program. But problem is that when a new message comes it do not shows it automatically. Because mobile phone do not sends any notification message to program. For example, when a phon call comes, then mobile-phone sends a "RING" notification to my program. But when new SMS comes. It do not sends...
8
12624
by: barrybee | last post by:
PHP version 4.027 I want to change between style sheets when page is viewed on a mobile phone or a PC. The pages looks fine on both when I manually set a key in the script. My problem is how to determine if its viewed on a phone or PC. I have used $_SERVER; to show the browser details RESULTS from php pages. HTC Mobile phone;
0
2145
by: piggiez | last post by:
I am working on a C# application development which sends MMS from the server terminal. I have connected my mobile phone (acts as a GSM/GPRS modem) to my PC. I tried to send SMS to my friend's mobile phone via AT commands and it works. However, how can I send MMS to her mobile? Can I do that using AT commands? Or rather how can I do that in C#? I don't wish to use third parties like NowSMS or Activxpert. Please advise. Thank you very...
0
8921
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8763
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9148
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8151
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6022
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4528
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2683
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2165
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.