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 304 forks source link

Update modem.py #1

Closed chakphanu closed 11 years ago

chakphanu commented 11 years ago

some modem, report error

ATI

SIMCOM_Ltd SIMCOM_SIM300C Revision:1008B15SIM300C32_SPANSION

OK AT+CSMP=49,167

ERROR AT+CSMP=49,167,0,0

OK

faucamp commented 11 years ago

Thanks for the report and patch! I will add this modem's definition to the test cases first, then merge the pull request.

faucamp commented 11 years ago

Hi, I've added a script to the tools dir called "identify-modem.py". Could you please post the output of "identify-modem.py -d"? This will help the project to support as many different kinds of modems as possible, since it allows me to update the test cases properly.

Thanks!