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

Accept error messages like '+CME ERROR:58' without a space after ':' #87

Open ppetr opened 6 years ago

ppetr commented 6 years ago

My A6 GSM modem returns such error codes. This caused the library to hang, waiting for a response indefinitely. After this change modem initialization succeeds and it's possible to send SMS messages etc.

It could be also the cause of #24, the symptoms are very similar.

ppetr commented 1 year ago

Friendly ping?