faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
384 stars 302 forks source link

fixes incoming SMS for SIM800 #61

Open kkroo opened 8 years ago

kkroo commented 8 years ago

Addresses #60

babca commented 8 years ago

@kkroo I've merged all forks into one here https://github.com/babca/python-gsmmodem

You can now set custom CNMI command when initializing gsmmodem class so you don't have to hack the source anymore. modem = GsmModem(.., ..., AT_CNMI = "2,1,0,1") Default value is 2,1,0,2.