Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 1.86 KB

README.rst

File metadata and controls

57 lines (46 loc) · 1.86 KB

SMS, GSM and 3G connectivity using Huawei modems in Python

Access SMS, GSM and 3G features of Huawei and compatible modems from your own apps via clean and pragmatic Python API.

For a kick-start see getting started or a sample app.

https://raw.githubusercontent.com/oozie/pyhumod/master/docs/logo.png

Clean API

When finished getting started the following should work for most users:

$ python3
...
>>> import humod
>>> m=humod.Modem()
>>> m.show_model()
'E270'
>>> m.enable_textmode(True)
>>> m.sms_send('+353?????????', 'hello world')
52
>>> m.connect()
>>> m.disconnect()

Supported features

See also Development Guide.


For full enterprise texting solution using PyHumod see Texting Centre.