Discussion Board
receive and send sms from your pc in my own software applictation
2002-05-07, 14:03
#1
Registered User
Is it posible to send and receive sms messages from your computer in your own application created in C++ or visual basic or ..., what do I need ? A datalink Cable and a nokia phone ? or are there other ways to send and receive sms messages ...
Wich are the commands to send them and receive the sms messages ??? pleas Tell me
RE: receive and send sms from your pc in my own software applictation
2002-05-07, 22:37
#2
Registered User
Form a previous post:
Assuming that you have the phone connected to the PC somehow (i.e. using a serial port), you can use the following commands to send and receive SMSs:
(This commands need to be sent trough the Comm port using a program such as Hyperterminal)
AT+CMGF=1<cr>
The SMS sending mode is changed to text mode (default is 0, PDU mode).
AT+CMGS="+{enter phone number to which you want to send the message}"<cr>{entere text you want to send}<Ctrl+Z>
The message entered is sent to number you entered (you have to put the + as well).
AT+CNMI=1,2,2,1,0<cr>
When you receive a new SMS, the received message will be sent to the PC automatically.
The SMSs are NOT stored on the mobile.
Also check:
http://www.nokia.com/phones/datasuite/30/faq.html
Re: receive and send sms from your pc in my own software applictation
2007-07-10, 13:37
#3
Registered User
Hello Reinhout,
Please have a look at the following documents,
http://www.activexperts.com/activsms...nds/sendsmsat/
http://www.activexperts.com/activsms.../receivesmsat/
Best regards
Leon
forum.smssolutions.net moderator
Re: receive and send sms from your pc in my own software applictation
2007-07-11, 06:49
#4
Registered User
Hi,
You can simply use java jsmsengine API for reading and writing SMS to your mobile phone connected as GSM modem with your PC.
For already developed interface, contact:
amber@infosoftin.com
http://www.infosoftin.com/wap
Re: receive and send sms from your pc in my own software applictation
2010-06-11, 14:07
#5
Registered User
One possible option is to use a ready software, so called SMS gateways, which will route received SMS messages to your application via HTTP or file interface.
For example: http://smsenabler.com
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules