Send texts from Huawei modems with PyHumod!

Sending text messages from Huawei E220, E270, K3520 and many others has never been easier.
>>> import humod
>>> modem = humod.Modem()
>>> modem.enter_text_mode()
>>> modem.send_text('+353987654321', 'Are you free for dinner?')
Check out PyHumod Wiki for more info and examples examples.
-

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home