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
385 stars 303 forks source link

Increasing write-timeout #78

Closed mariobede closed 7 years ago

mariobede commented 7 years ago

In order to support Raspbery Pi3 + SIM900 setups. Timeout to be increased.

babca commented 7 years ago

Hi, this change is already merged in the current fork of the library https://github.com/babca/python-gsmmodem

mariobede commented 7 years ago

Thanks Babca