please help me is sms with python

Diez B. Roggisch deets at nospam.web.de
Mon May 15 07:19:00 EDT 2006


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



More information about the Python-list mailing list