473,385 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

please help me is sms with python

hi >>>>
please i need your help .....

how can i send sms from pc(windows xp)
to mobile symbian 60 6630 by python

i need your help please
i hope you answer me as fast as u can

thanks in advance......
May 15 '06 #1
4 1789
huda ahmed wrote:
hi >>>>
please i need your help .....

how can i send sms from pc(windows xp)
to mobile symbian 60 6630 by python

i need your help please
i hope you answer me as fast as u can

thanks in advance......


Attach a Mobile to your computer using USB/Bluetooth, open it with a
terminal program and use these AT-commands.

http://www.cellular.co.za/hayesat.htm#SMS Command Set

You can do that in python too, by opening the COM-port the handset is
attached to and issuing the commands yourself.

Diez
May 15 '06 #2
Yet another option:
Use web-service provided by your mobile operator
(by means of cookielib, urllib2, etc).

May 15 '06 #3
Yet another option:
Use Python high level API for Symbian
(http://opensource.nokia.com/projects/pythonfors60/)
to write simple server which listen to desktop client (both in Python).
Server (phone side): accept requests, send SMS using mobile phone
capability
Client (desktop): send requests, specify phone number, message to
send.
Use any suitable connection between the phone and computer.

May 15 '06 #4
Diez B. Roggisch wrote:

Attach a Mobile to your computer using USB/Bluetooth, open it with a
terminal program and use these AT-commands.

http://www.cellular.co.za/hayesat.htm#SMS Command Set

You can do that in python too, by opening the COM-port the handset is
attached to and issuing the commands yourself.


See the t616hack distribution for help on reading and writing messages,
although I haven't bothered to implement message sending just yet - it
shouldn't be as hard as implementing message writing, however.

http://www.python.org/pypi/t616hack

Nelson Minar did the original work by getting COM port communications
working using PySerial and a Bluetooth dongle. I've since extended that
work to use Bluetooth sockets, which are somewhat more convenient. Only
certain Sony Ericsson telephones are known to work, but I imagine that
other models provide similar command sets.

With respect to the original query, it may be the case that the
questioner was thinking of certain Internet gateways which accept
requests and relay messages to the telephone network. Certain software
packages like smssend may be the solution in that context.

Paul

May 15 '06 #5

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

Similar topics

0
by: Faust, Chris | last post by:
-----Original Message----- From: python-list-request@python.org Sent: Tuesday, July 08, 2003 9:46 AM To: python-list@python.org Subject: Python-list digest, Vol 1 #16415 - 14 msgs Send...
9
by: DD | last post by:
Hello, Could anyone please help me?? Is there somebody who could explain me how to make a connection to a access database with a python cgi script. I would like to use common sql commands in my...
5
by: duikboot | last post by:
Hi all, I'm trying to export a view tables from a Oracle database to a Mysql database. I create insert statements (they look alright), but it all goes wrong when I try to execute them in Mysql,...
7
by: Will | last post by:
Pardon two post in a row to the newsgroup but I want to try and expedite this, if you guys don't mind helping out... I running Windows XP Pro and wanted to download Python and any additional...
0
by: Stephan Deibel | last post by:
Hi, As the holiday season ends and a new year approaches, I would like to take this opportunity to thank everyone that donated to the Python Software Foundation (PSF) in the past. Everyone's...
18
by: spiffo | last post by:
The Main Issue in a nutshell I am a corporate developer, working for a single company. Got a new project coming up and wondering if I should stay with Python for this new, fairly large project,...
8
by: anon | last post by:
Hi, Newbie to Python and I have a question please. I am using Windows XP, SPE 0.8.2.a and Python24. I have done this: import sys print sys.path no problem there, sys imports just fine. ...
118
by: 63q2o4i02 | last post by:
Hi, I've been thinking about Python vs. Lisp. I've been learning Python the past few months and like it very much. A few years ago I had an AI class where we had to use Lisp, and I absolutely...
1
by: krishnakant Mane | last post by:
hello all. actually I have been recently appointed as a technology consulltent at a huge company. and I have couple more such projects in the pypeline. unfortunately the officials out here are...
0
by: sdeibel | last post by:
Hi, I'm writing to urge members of the Python community to please keep the Python Software Foundation in mind in your "year end giving". The PSF is the 501(c)3 non-profit organization that...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.