LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   huawei e220 and SMS messages (https://www.linuxquestions.org/questions/linux-wireless-networking-41/huawei-e220-and-sms-messages-583620/)

Mr.mick-duck 09-10-2007 09:41 AM

huawei e220 and SMS messages
 
hi guys ,I am using huawei e220 wireless modem under mandriva and it's working very nice ,but how can I read and send my sms messages?

oozie 07-13-2009 12:07 PM

Quote:

Originally Posted by Mr.mick-duck (Post 2887527)
hi guys ,I am using huawei e220 wireless modem under mandriva and it's working very nice ,but how can I read and send my sms messages?

I'm sorry for this shameless plug :) You can use PyHumod to send SMS from Python:
Code:

>>> import humod
>>> m=humod.Modem()
>>> m.show_model()
'E270'
>>> m.enter_text_mode()
>>> m.send_text('+353?????????', 'hello world') # to send text.
52
>>> m.connect() # to connect
>>> m.disconnect() # to disconnect

The code is available at:

http://code.google.com/p/pyhumod/


All times are GMT -5. The time now is 08:05 PM.