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
388 stars 307 forks source link

Increasing write-timeout #78

Closed mariobede closed 8 years ago

mariobede commented 8 years ago

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

babca commented 8 years ago

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

mariobede commented 8 years ago

Thanks Babca