Re: please help me is sms with python

2006-05-15 Thread Paul Boddie
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 issuin

Re: please help me is sms with python

2006-05-15 Thread [EMAIL PROTECTED]
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, speci

Re: please help me is sms with python

2006-05-15 Thread [EMAIL PROTECTED]
Yet another option: Use web-service provided by your mobile operator (by means of cookielib, urllib2, etc). -- http://mail.python.org/mailman/listinfo/python-list

Re: please help me is sms with python

2006-05-15 Thread Diez B. Roggisch
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, ope

please help me is sms with python

2006-05-15 Thread huda ahmed
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.. -- http://mail.python.org/mailman/listinfo/python-list